Web Translator is a web application that leverages the Google Generative AI API to provide seamless translation between multiple languages. The project allows users to input text, select target languages, and receive translated output.
- Translate text to multiple languages
- Copy translation results to the clipboard
- Customize API keys and target languages
- Modern, user-friendly interface
app.py
: Main application scriptrequirements.txt
: List of Python dependenciestemplates/index.html
: HTML template for the web interfacestatic/icons/
: Directory containing icon images(NO MORE USED)
To set up and run the Web Translator project, follow these steps:
git clone https://github.com/Reiko0404/Gemini-WebTranslator/web_translator.git
cd web_translator
# Install Python
(https://www.python.org/downloads/windows/)
pip install -r requirements.txt
RUN for APP.py.