You can find the deployed app → here
Note The app inference is slow as the inference is running on a CPU, if you have GPU on your local system, the app will work a lot faster.
- Create a virtual env with the environment manager of your choice
- Activate the environment
- Install the dependencies using
pip install -e .
- To run the app locally in your terminal, type
run_app
Issues and PRs are welcome. If you want me to implement a feature, create a Feature Request in the issues, I'll try my best to implement it.