- install postgres
pip install django
pip install psycopg2
pip install stemming
git clone [email protected]:abhardwaj/semantic-index.git
- setup postgres database
- create database nlp
- install schema
python manage.py syncdb
- run semantic-index server
python manage.py runserver