Adityasiwan007 / KDE

Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Django server in this repository has been used to host the asked 10 questions query implementation. The preprocessing of the data is done using the ipynb file in folder Preprocessing.

To initialise the Django server : NOTE : (Change the GraphDB host link in views.py)

virtualenv -p python .
source bin/activate
pip install -r requirements.txt
cd kde_django/
python manage.py runserver

You can now access the page using localhost:8000 .

About

Project


Languages

Language:Jupyter Notebook 88.3%Language:Python 9.3%Language:HTML 2.4%