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.
✅ Complete missing words in Malayalam sentences
✅ Uses IndicBERTv2-MLM-only model
✅ Lightweight & Fast
✅ Easy UI with Streamlit
pip install -r requirements.txt
streamlit run app.py
Use * to indicate the missing word.
🔹 Example Input:
മലയാളം ഒരു * ഭാഷയാണ്.
🔹 Output:
മലയാളം ഒരു മനോഹരമായ ഭാഷയാണ്.
Feel free to fork the project, improve the code, and submit a pull request! 🚀
If you like this project, give it a ⭐ on GitHub!
For any issues, open an issue in the repository. 😊