Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 545 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 545 Bytes

Vahan

Generate a score for each vehicle by performing sentiment analysis on scraped, crowdsourced reviews

  1. Clone this project
https://github.com/ayushjay/vahan.git
  1. Move into the cloned project directory
cd vaahan
  1. Create a virtual env
python3 -m venv env

source env/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Make database migrations
python3 manage.py makemigrations

python3 manage.py migrate
  1. Run the vaahan application
python3 manage.py runserver