Code tales is an educational web-app built on top of Python and Streamlit. It takes advantage of generative AI to create simple stories that will help you learn the basics of programming.
To install the required dependencies, run the following command:
pip install -r requirements.txt
To run the app, run the following command:
streamlit run app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.