Skip to content
/ vahan Public

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

Notifications You must be signed in to change notification settings

ayushjay/vahan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published