Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 863 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 863 Bytes

AI Agent Translator

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.

Features

  • 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.

Prerequisites

  • Python 3.9 or later
  • Gemini API credentials

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/Vazitheer-hackathon.git
    cd Vazitheer hackathon
    
  2. Install the requirements

    pip install -r requirements.txt
    
  3. Replace the GEMINI_API_KEY in .env file

  4. Run the main file

    python main.py