An open API service indexing awesome lists of open source software.

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

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