Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,21 @@ license: apache-2.0
|
|
| 12 |
|
| 13 |
# BabelSlide 1.0
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## How to Use
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
# BabelSlide 1.0
|
| 14 |
|
| 15 |
+
## About
|
| 16 |
+
|
| 17 |
+
BabelSlide is a powerful tool for translating PowerPoint presentations using state-of-the-art AI models. It supports multiple translation engines, including DeepSeek, ChatGPT, and Mistral. The application is designed to help users easily translate slides and generate comprehensive reviews of the translations.
|
| 18 |
+
|
| 19 |
+
### Key Features:
|
| 20 |
+
- **Multi-language Support**: Translate slides into over 20 languages.
|
| 21 |
+
- **AI-Powered Translation**: Utilizes advanced AI models for accurate translations.
|
| 22 |
+
- **Review Generation**: Automatically generates a detailed review of the translated content.
|
| 23 |
+
- **User-Friendly Interface**: Simple and intuitive Gradio-based interface.
|
| 24 |
+
|
| 25 |
+
### Technologies Used:
|
| 26 |
+
- **Python**: Core programming language.
|
| 27 |
+
- **Gradio**: For building the web interface.
|
| 28 |
+
- **OpenAI API**: For accessing translation models.
|
| 29 |
+
- **python-pptx**: For handling PowerPoint files.
|
| 30 |
|
| 31 |
## How to Use
|
| 32 |
|