In this repository, I demo some of the applications of language modeling for Telugu using a language model I trained on various Telugu Corpora.
pip install -r requirements.txt
I will not actively maintain this repository. Please expect delays in my response if there are any issues posted.
streamlit run language_model_demo.py
My Model Download Link: https://drive.google.com/drive/folders/1kIDJsSyesbLn42J6Fqa-kKuhhsR-efc-?usp=sharing
Pre-trained Telugu Model from Fasttext is available here: https://fasttext.cc/docs/en/crawl-vectors.html
streamlit run fasttext_telugu_demo.py
streamlit run pos_and_ner_demo.py
streamlit run comprehension_demo_telugu.py
streamlit run summarizer_demo.py
python bert_sentence_embeddings.py
python semantic_search_example.py
python clustering_example.py






