dcrey7 commited on
Commit
1300f27
·
verified ·
1 Parent(s): e30257d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -1 +1,40 @@
1
- # trial
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: NOT ME - Voice Deduction Game
3
+ emoji: 🎮
4
+ colorFrom: indigo
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 3.50.2
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # NOT ME - Voice Deduction Game
13
+
14
+ A social deduction game powered by Mistral AI and ElevenLabs where players must identify who had their voice stolen and modified.
15
+
16
+ ## Game Overview
17
+ Players record their answers to AI-generated questions, but beware - one player's voice will be cloned and modified! Can you identify the impostor voice?
18
+
19
+ ## Features
20
+ - Real-time multiplayer gameplay
21
+ - AI-generated questions using Mistral AI
22
+ - Voice cloning and modification using ElevenLabs
23
+ - Interactive voice recording and playback
24
+ - Engaging social deduction mechanics
25
+
26
+ ## How to Play
27
+ 1. Join a game with 3-5 players
28
+ 2. Record your answer to the AI-generated question
29
+ 3. Listen carefully to all responses
30
+ 4. Discuss and vote on whose voice was modified
31
+ 5. Victory goes to the players if they identify the impostor, or to the impostor if they remain undetected
32
+
33
+ ## Technical Stack
34
+ - Flask backend with WebSocket support
35
+ - Real-time audio processing
36
+ - Integration with Mistral AI and ElevenLabs APIs
37
+ - Interactive WebGL background animations
38
+
39
+ ## Created for Mistral AI Game Jam 2024
40
+ This game was developed as part of the Mistral AI Game Jam, showcasing creative applications of AI in gaming.