Backend application used in a game to classify trash for recycling.
It is a game developed during the MasterJam event organized by Platzi. This game aims to teach kids how to differentiate different types of trash. In this first version we only sort the trash in organic and inorganic.
If you want to play the game enter here
- Python3.8.2
- Pip
cd app
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main