Backend for Trashure-AI model developed using Flask.
- Make sure you have python environment (conda, venv) installed.
- Clone this repository using
git clone https://github.com/prammmoe/trashure-ai-backend.git
- Download the model and class name using this link
https://bit.ly/trashure-models
- Once downloaded, place it in directory
models/
- Install the requirements needed using
pip install -r requirements.txt
- If you need to change the port, specify the port in
main.py -> app.run(port == { specify your port in here })
- Run the development locally using
bash run.sh