Skip to content

prammmoe/trashure-ai-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trashure-AI Backend

Backend for Trashure-AI model developed using Flask.

How to run:

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