https://github.com/hazz-i/food-recognition-api
https://github.com/hazz-i/food-recognition-api
api flask
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazz-i/food-recognition-api
- Owner: Hazz-i
- Created: 2024-11-17T06:08:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T23:00:22.000Z (over 1 year ago)
- Last Synced: 2025-02-05T09:46:23.300Z (over 1 year ago)
- Topics: api, flask
- Language: Python
- Homepage:
- Size: 44.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## **SET UP**
1. Clone the repository:
```bash
git clone https://github.com/username/repository.git
```
2. Set up virtual env :
```bash
python -m venv .venv
```
3. Activate virtual env :
```bash
source .venv/scripts/activate
```
4. Install library
```bash
pip install -r requirements.txt
```
5. Run server
```bash
python main.py
```
## **STRUCTURE**
```bash
ROOT/
├── dataset/ # Directory for .csv datasets
├── model/ # Directory for ML models
├── data.py # Python script for handling logic
└── main.py # Flask server application
```
## **DOKUMENTASI API**
https://documenter.getpostman.com/view/32835700/2sAYBUFDKL