Quick Start¤
We have spent and still spend a lot of time on making Easysort easy to use. In just 10 minutes, Easysort should be running on your machine.
You are welcome to try our models on our website (easysort.org) and try the tracking view for our waste facility customers on our tracking website (track.easysort.org).
1. Setup your development environment¤
We used the following tools. Make sure you have all of them installed.
Clone our repo:
git clone https://github.com/EasySort/easysort
Setup uv and run our tests:
# This will install all the dependencies and setup the virtual environment
uv sync
# Run the tests to make sure everything is working
just test
Notice: If you wish to run any specific file, use uv run <file> as opposed to python <file>.
2. Run our models¤
You can start the UI and API locally by running:
just dev