Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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