Project for Computer Vision course This repo contains backend code for web-app demo How to run: pip install -r requirements.txt --no-cache cd src/app uvicorn services:app Backend server will run on the localhost at port 8001. Docs for backend can be accessed at localhost:8001/docs