Awesome
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