Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 2.11 KB

Readme.md

File metadata and controls

30 lines (20 loc) · 2.11 KB

Generative AI

Coding

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.

Project Overview

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.

Technologies Used

Python

Jupyter

TypeScript

Libraries Used

  • OpenAI
  • Python-dotenv

Contribution Guidelines

Coding

  1. Fork this repository on GitHub.
  2. Create a new branch for your changes (e.g., git checkout -b my-feature).
  3. Implement your modifications and add relevant documentation in Jupyter Notebooks or code comments.
  4. Commit your changes (e.g., git add . && git commit -m "Added <your-feature>").
  5. Push your branch to your forked repository (e.g., git push origin my-feature).
  6. Open a Pull Request to merge your changes back into this main repository.