This API is used by a browser extension here.
- Clone the repository.
- Run
pip install -r requirements.txt
to install the required dependencies. - Run
uvicorn main:app
. If this does not work, you may:
- Add
C:\Users\[ACCOUNT]\AppData\Local\Programs\Python\Python39\Scripts
(or similar to this) to the PATH. Runuvicorn main:app
in the terminal. - Add Python to Path
C:\Users\[ACCOUNT]\AppData\Local\Programs\Python\Python39
. Runpython -m uvicorn main:app
.
The dataset used in this application can be found in this link.