An open API service indexing awesome lists of open source software.

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

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"
```