Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mwoss/mors
- Owner: mwoss
- Created: 2019-02-17T21:43:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T22:45:01.000Z (over 2 years ago)
- Last Synced: 2024-11-24T04:24:05.853Z (2 months 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.