This system is responsible for performing Aspect Based Sentiment Analysis (ABSA) on reviews. This is part of my final year project in my BEng (Hons) Topup programme.
- Activate the python environment
.\env\Scripts\activate
Or if you are using MAC, use the following
source venv/bin/activate
- Navigate into the
\src
directory - Execute following command
uvicorn WebServerV1:app --reload