stephane09 commited on
Commit
ed1cb10
·
verified ·
1 Parent(s): 1e2f309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -1,20 +1,20 @@
1
- <div align="center">
2
- <img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
3
- </div>
 
 
 
 
 
4
 
5
- # Run and deploy your AI Studio app
6
 
7
- This contains everything you need to run your app locally.
8
 
9
- View your app in AI Studio: https://ai.studio/apps/drive/1IeRaNSyuTNvryQryVlmlLbOVCeMVuzor
10
 
11
- ## Run Locally
12
-
13
- **Prerequisites:** Node.js
14
-
15
-
16
- 1. Install dependencies:
17
- `npm install`
18
- 2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
19
- 3. Run the app:
20
- `npm run dev`
 
1
+ ---
2
+ title: Diarisation de MP3 par IA
3
+ emoji: 🔊
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
 
10
+ # Diarisation de MP3 par IA avec Gemini
11
 
12
+ Cette application utilise l'API Google Gemini pour effectuer une diarisation des locuteurs sur un fichier audio MP3.
13
 
14
+ ## Comment l'utiliser
15
 
16
+ 1. **Obtenez une clé API Gemini** depuis [Google AI Studio](https://aistudio.google.com/app/apikey).
17
+ 2. **Collez votre clé API** dans le champ prévu à cet effet.
18
+ 3. **Téléchargez un fichier MP3**.
19
+ 4. **Patientez** pendant que l'IA transcrit l'audio et identifie les différents locuteurs.
20
+ 5. **Consultez et exportez** le résultat.