Skip to content

jasonjpulikkottil/python_masked_llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

📜 README

Malayalam Text Completion Tool

This tool performs text completion in Malayalam using the "ai4bharat/IndicBERTv2-MLM-only" model.
You can enter a sentence and use * to indicate the missing word, and the model will fill it in.

🔧 Features

Complete missing words in Malayalam sentences
Uses IndicBERTv2-MLM-only model
Lightweight & Fast
Easy UI with Streamlit

🚀 How to Use?

1️⃣ Install dependencies

pip install -r requirements.txt

2️⃣ Run the app

streamlit run app.py

3️⃣ Enter your text

Use * to indicate the missing word.
🔹 Example Input:

മലയാളം ഒരു * ഭാഷയാണ്.

🔹 Output:

മലയാളം ഒരു മനോഹരമായ ഭാഷയാണ്.

🤝 Contribute

Feel free to fork the project, improve the code, and submit a pull request! 🚀

📢 Support & Feedback

If you like this project, give it a ⭐ on GitHub!
For any issues, open an issue in the repository. 😊

Packages

No packages published

Languages