Skip to content

paavopere/aprenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aprenda

Work in progress: A GPT chatbot to help an English speaker learn Spanish.

Dev setup:

git clone [email protected]:paavopere/aprenda.git
cd aprenda
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Create a secrets file and add an OpenAI API key there:

mkdir .streamlit
echo 'OPENAI_API_KEY = "<insert your key here>"' > .streamlit/secrets

Run:

streamlit run aprenda/streamlit_app.py

Example (in a future version, the translations and corrections will be lifted out from the debug info output):

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages