File size: 641 Bytes
9fed9f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
title: Translate Me
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
app_port: 3000
pinned: false
license: mit
---
# English to Hindi Vocabulary Generator
A web application that helps users generate English-Hindi vocabulary lists with AI assistance.
## Features
- Text Input & Word Selection
- AI-Powered Translation using Google Gemini
- Excel Export Functionality
- Interactive Chat Interface
## Environment Variables
- `REACT_APP_GEMINI_API_KEY`: Your Google Gemini API key
## Deployment
The application is configured to run in a Docker container. Environment variables should be configured in Hugging Face Spaces settings. |