This API is used by a browser extension here.
- Clone the repository.
- Run
pip install -r requirements.txtto 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:appin 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.