This project was an mvp developed as part of the Viaga Agrihack 2023 conducted by Department of Agriculture, GOVT of Kerala. The project aims to resolve common queries of farmers by providing a chatbot that works 24 x 7. The data set for training the chatbot is sourced from the open web, with questions from real farmers and answers from real experts. The orinal chatbot uses SVM as the underlying model and is developed using python and flask.
- The original chatbot supports multiple languages including malayalam, english and hindi (using google translate)
- It supports bot text and audio input and output (using the browser built in speach api)
- Beautiful ui
The project is being re-written using React, Hono and powered by LLMs!