This project is a Flask-based API that integrates with the Gemini API to translate English text to Kannada. It uses the LangChain Google Generative AI module for natural language processing.
Features Accepts English text via a POST request. Returns Kannada translations using the Gemini API. Modular and easy-to-extend Flask application. Technologies Used Flask: Python web framework. LangChain Google Generative AI: For natural language processing and translations. dotenv: To manage environment variables. Python: Version 3.8 or higher.