This is a flask app that uses custom trained yolo object detection model to predict object and their counts and sends them to a webserver
- Detects object and their count
- Save images and prediction details
- Python
To run the web application on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Fenaz12/IntelliShelf-ObjectDetection
- Install required packages:
pip install -r requirements.txt
- Start the app:
python app.py
Now you can send images to this flask app from your mobile and view the predictions in our web app