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 1 year 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:38:08.000Z (over 5 years ago)
- Last Synced: 2025-04-29T23:58:31.082Z (about 1 year ago)
- Topics: css, django, html, javascipt, python3
- Language: JavaScript
- Size: 2.05 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- indicnlp_catalog - Smart Sanskirt Annotator - conf.org/proceedings/lrec2020/pdf/2020.lrec-1.874.pdf) (<a name='Libraries'></a>Libraries and Tools)
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