https://github.com/pierregode/ailanguage-tutor
Voice GPT4o language tutor
https://github.com/pierregode/ailanguage-tutor
Last synced: about 1 year ago
JSON representation
Voice GPT4o language tutor
- Host: GitHub
- URL: https://github.com/pierregode/ailanguage-tutor
- Owner: PierreGode
- License: apache-2.0
- Created: 2024-06-09T09:27:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T11:56:35.000Z (about 2 years ago)
- Last Synced: 2025-03-02T14:23:39.290Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AILanguage-tutor
Voice GPT4o language tutor
Clone repo to Windows machine
```
git clone https://github.com/PierreGode/AILanguage-tutor.git
```
```
cd AILanguage-tutor
```
```
pip install -r requirements.txt
```
Set API key in Enviroment
```
$env:OPENAI_API_KEY="sk-proj-"
```
Edit AILanguagetutor.py and change lines 15 to 17"
```
user_name = "friend"
my_language = "English"
language_to_learn = "Spanish"
```