Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taranjeet/hindi-news-classifier
https://github.com/taranjeet/hindi-news-classifier
django
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taranjeet/hindi-news-classifier
- Owner: taranjeet
- Created: 2017-02-11T05:47:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T16:05:03.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T06:25:17.440Z (3 months ago)
- Topics: django
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newsclassifier
Created using Django.
Steps to get the project running
```
./scripts/configure.sh
```To start the project
```
# assuming virtual environment is already active
python manage.py runserver
```