File size: 423 Bytes
7ee5fa7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "mr-mistral"
version = "0.1.0"
description = "French Conversation Tutor using Mistral AI with Gemini fallback and Groq APIs"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
    "python-dotenv>=1.0.0",
    "gradio>=4.31.0",
    "groq>=0.30.0",
    "gtts>=2.5.4",
    "mistralai>=1.2.0",
    "numpy>=1.26.0",
    "google-generativeai>=0.5.0",
    "soundfile>=0.12.1",
    "openai>=1.95.1",
]