This is a Python-based AI Agent Translator project, developed for the Vazitheer Hackathon. The application uses Gemini AI agents for translation and determines the target language based on the user's IP location or ISO language codes.
- Detects target language based on IP geolocation.
- Supports ISO language codes for explicit translation.
- Queries Gemini for accurate and context-aware translations.
- Easy-to-use and highly adaptable.
- Python 3.9 or later
- Gemini API credentials
-
Clone the repository:
git clone https://github.com/your-repo/Vazitheer-hackathon.git cd Vazitheer hackathon
-
Install the requirements
pip install -r requirements.txt
-
Replace the GEMINI_API_KEY in .env file
-
Run the main file
python main.py