One of the projects in Computation Methods for Science and Technology, Computer Science AGH UST course
Theoretical report (with search queries examples)
Python with Django framework
Run python3 wiki_data/wiki_download.py
.
In order to modify the quantity of articles add or remove elements from KEYWORDS
list in aforementioned file.
Initialization parameters can be altered in config.py
file.
To start the initialization, run python3 engine/main.py
.
Run python3 manage.py runserver 8000
in order to start application on http://localhost:8000/
.