Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 546 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 546 Bytes

MORS

Application of topic models for information retrieval and search engine optimization.

Models and application has been tested on Python 3.7.

How to run server, step-by-step

> python manage.py makemigrations mors_home
> python manage.py makemigrations mors_seo
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver

Server starts at localhost:8000

Note:

Before starting server you have to provide pretrained doc2vec, tf-idf and lda models. Check resources/ directory.