Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwoss/mors

Application of topic models for information retrieval and search engine optimization.
https://github.com/mwoss/mors

common-crawl crawler django doc2vec gensim hacktoberfest lda python scrapy search search-engine tfidf

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```angular2html
> 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.