prajyot2003 commited on
Commit
690532a
Β·
verified Β·
1 Parent(s): 7db2e4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -8
README.md CHANGED
@@ -1,14 +1,42 @@
1
  ---
2
- title: AI Translator With Speech Auto-Language Detection
3
- emoji: πŸ¦€
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 5.43.1
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
- short_description: paste text and translate it or tts
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: LinguaCast
3
+ emoji: 🌍
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "4.38.1"
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
+ # 🌍 LinguaCast
13
+
14
+ **LinguaCast** is an AI-powered multilingual translator that lets you **type or speak text**, automatically detects the source language, translates it into your chosen language, and even **reads it aloud** with speech output.
15
+
16
+ ---
17
+
18
+ ## πŸš€ Features
19
+ - 🌐 **Automatic Language Detection** – Detects the language you type in.
20
+ - πŸ”„ **Instant Translation** – Translate into multiple languages with Hugging Face models.
21
+ - πŸ”Š **Speech Output (TTS)** – Optionally listen to your translated text.
22
+ - πŸ–₯️ **User-Friendly Interface** – Powered by [Gradio](https://gradio.app).
23
+ - ☁️ **Deployable Anywhere** – Works locally or on Hugging Face Spaces.
24
+
25
+ ---
26
+
27
+ ## πŸ› οΈ Tech Stack
28
+ - **Transformers** – `Helsinki-NLP/opus-mt-mul-en` for multilingual translation
29
+ - **LangDetect** – For automatic language detection
30
+ - **gTTS (Google Text-to-Speech)** – For generating audio output
31
+ - **Gradio** – Interactive UI for seamless usage
32
+
33
+ ---
34
+
35
+ ## πŸ“¦ Installation
36
+
37
+ Clone the repo and install dependencies:
38
+
39
+ ```bash
40
+ git clone https://github.com/your-username/linguacast.git
41
+ cd linguacast
42
+ pip install -r requirements.txt