This repository is your one-stop shop for exploring and practicing generative AI with Python, Jupyter Notebook, and TypeScript. Here, you'll find a collection of your work as you delve into this exciting field, learning and developing various techniques to create innovative AI models.
Generative AI (Gen AI) empowers machines to create new and original content. This project aims to provide a platform for you to experiment with different Gen AI architectures, understand their principles, and harness their potential to solve problems or create something entirely new.
- OpenAI
- Python-dotenv
- Fork this repository on GitHub.
- Create a new branch for your changes (e.g.,
git checkout -b my-feature
). - Implement your modifications and add relevant documentation in Jupyter Notebooks or code comments.
- Commit your changes (e.g.,
git add . && git commit -m "Added <your-feature>"
). - Push your branch to your forked repository (e.g.,
git push origin my-feature
). - Open a Pull Request to merge your changes back into this main repository.