Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdsc/smart-sanskrit-annotator
Sanskrit Annotator App Using Machine Learning.
https://github.com/iamdsc/smart-sanskrit-annotator
css django html javascipt python3
Last synced: about 4 hours ago
JSON representation
Sanskrit Annotator App Using Machine Learning.
- Host: GitHub
- URL: https://github.com/iamdsc/smart-sanskrit-annotator
- Owner: iamdsc
- License: mit
- Created: 2018-05-15T18:00:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:38:08.000Z (about 4 years ago)
- Last Synced: 2024-07-29T09:35:30.825Z (4 months ago)
- Topics: css, django, html, javascipt, python3
- Language: JavaScript
- Size: 2.05 MB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smart-sanskrit-annotator
Sanskrit Annotator App Using Machine Learning.
Download the zip file and extract it to a local directory.## The modules and libraries required to run the app
```
python 3.6
pandas
bs4
requests
django
django-datatable
django_datatables_view
```
## Apply Migrations for the database with following command
```
python manage.py migrate
```
## Populate Database with morph information with custom management command
```
python manage.py scrap
```
## To run the app run the following command inside outer mysite directory:
```
python manage.py runserver
```
The app will be hosted in your localserver