- This project scrapes the dictionary corpus data from Purnachandra Bhashakosha
- Prepares the mapping between different languages
- Saves the words
- Exposes an API for further development by interested
- Scraped Dataset with 1,21,658 words and their meanings can be found on Kaggle
- Prepared 2 lakhs plus English and Odia parallel word/phrases pairs.
pip install -r requirements.txt
uvicorn app:app --reload
After installing and running the project
- Go to http://127.0.0.1:8000/
- Type in the word you want to search and click on
Submit
button.
- You will be able to see the result if the word is present else, mismatch message will come.
MIT License
Thanks goes to these wonderful people (emoji key):
Soumendra kumar sahoo 💻 🖋 🎨 |
This project follows the all-contributors specification. Contributions of any kind welcome!