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: 10 months ago
JSON representation
Application of topic models for information retrieval and search engine optimization.
- Host: GitHub
- URL: https://github.com/mwoss/mors
- Owner: mwoss
- Created: 2019-02-17T21:43:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T22:45:01.000Z (over 3 years ago)
- Last Synced: 2025-03-17T22:47:03.695Z (about 1 year ago)
- Topics: common-crawl, crawler, django, doc2vec, gensim, hacktoberfest, lda, python, scrapy, search, search-engine, tfidf
- Language: Python
- Homepage:
- Size: 39 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.