Marek4321 commited on
Commit
fbb1578
·
verified ·
1 Parent(s): 6aaa5f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -12,7 +12,21 @@ license: apache-2.0
12
 
13
  # BabelSlide 1.0
14
 
15
- **BabelSlide** is a tool for translating PowerPoint presentations using advanced AI language models such as DeepSeek, ChatGPT, and Mistral. The application allows you to translate slides into a target language and generates a review of the translation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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