luke-dinh / Fruits-Classification

Fruit Classification using Deep Learning, with an API created by using Flask, HTML/CSS/JS. Available on Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fruits-Classification-API

Result (After creating API using Flask-Python)

1. How to use (without using API):

Note: You can change your image path in load_img

pip install -r requirements.txt
python test.py --test_image = YOUR_IMAGE_PATH --model_path = YOUR_MODEL_PATH

2. Using API:

cd Fruit-Classification
pip install -r requirements.txt
python app.py

About

Fruit Classification using Deep Learning, with an API created by using Flask, HTML/CSS/JS. Available on Docker.


Languages

Language:Python 78.5%Language:HTML 8.6%Language:JavaScript 7.7%Language:CSS 3.9%Language:Dockerfile 1.3%