Marek4321 commited on
Commit
0346266
·
verified ·
1 Parent(s): d6d0593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: BableSlide 1.0
3
  emoji: 🐠
4
  colorFrom: gray
5
  colorTo: green
@@ -8,7 +8,41 @@ sdk_version: 5.12.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: PPT translator
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: BabelSlide 1.0
3
  emoji: 🐠
4
  colorFrom: gray
5
  colorTo: green
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
11
  ---
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
+
19
+ 1. **Upload a PowerPoint File**: Click the "Upload PowerPoint File" button to select a `.pptx` file.
20
+ 2. **Choose an API Provider**: Select an API provider (e.g., DeepSeek, ChatGPT, Mistral) from the dropdown menu.
21
+ 3. **Enter Your API Key**: Input your API key in the "API Key" field.
22
+ 4. **Select Languages**: Choose the source and target languages from the dropdown menus.
23
+ 5. **Start Translation**: Click the "Translate" button to begin the translation process.
24
+ 6. **Download Results**: Once the translation is complete, download the translated PowerPoint file and the review file.
25
+
26
+ ## Requirements
27
+
28
+ To run the application locally, you need:
29
+
30
+ - Python 3.8 or newer
31
+ - Installed libraries: `python-pptx`, `openai`, `gradio`
32
+
33
+ You can install the required libraries using the following command:
34
+
35
+ ```bash
36
+ pip install python-pptx openai gradio
37
+ License
38
+ This project is licensed under the Apache License 2.0.
39
+
40
+ Authors:
41
+ Heuristica
42
+ Marek Staniszewski
43
+
44
+ Support
45
+ For any questions or support, please contact:
46
+ Email: staniszewski@heuristica.pl
47
+
48
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference