Generate a score for each vehicle by performing sentiment analysis on scraped, crowdsourced reviews
- Clone this project
https://github.com/ayushjay/vahan.git
- Move into the cloned project directory
cd vaahan
- Create a virtual env
python3 -m venv env
source env/bin/activate
- Install the requirements
pip install -r requirements.txt
- Make database migrations
python3 manage.py makemigrations
python3 manage.py migrate
- Run the vaahan application
python3 manage.py runserver