Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejasa97/django-summarizer
This is the BE for https://nuggets.vercel.app/
https://github.com/tejasa97/django-summarizer
Last synced: 29 days ago
JSON representation
This is the BE for https://nuggets.vercel.app/
- Host: GitHub
- URL: https://github.com/tejasa97/django-summarizer
- Owner: tejasa97
- Created: 2020-12-30T11:10:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T18:42:37.000Z (almost 4 years ago)
- Last Synced: 2024-10-02T09:34:01.161Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-summarizer
This is the backend for https://nuggets.vercel.app/
More info coming soonPython : tested with 3.7.3
1st run:
```sh
pip install -r requirements.txt
python -m spacy download en_core_web_sm
python manage.py migrate
```Always run celery in a different terminal
```sh
celery -A core worker -l info
```Finally, run the web app
```sh
python manage.py runserver
```