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

https://github.com/tirendazacademy/generative-ai-with-openai

Generative AI tutorials with OpenAI Python API
https://github.com/tirendazacademy/generative-ai-with-openai

Last synced: about 2 months ago
JSON representation

Generative AI tutorials with OpenAI Python API

Awesome Lists containing this project

README

          

# Welcome to Generative AI with OpenAI Python API Tutorials

[![](https://img.shields.io/badge/Python-darkblue?&style=plastic&logo=python&logoColor=white)]()
[![](https://img.shields.io/badge/OpenAI-darkgreen?style=plastic&logo=openai&logoColor=white)]()
[![](https://img.shields.io/badge/GenerativeAI-820000?&style=plastic&logo=generativeai&logoColor=white)]()

This repo includes generative AI tutorials. This repo walks you through how to perform generative AI projects with the OpenAI Python API.

### All examples

Install the requirements for all the examples with:

`pip install -r requirements.txt`

## YouTube
- [What is Generative AI?](https://youtu.be/SVOOsaWmgKk)
- [Text Generation App](https://youtu.be/WPlSpjiv4tk)
- [Chatbot with LangChain, OpenAI and Gradio](https://youtu.be/9jgpPECLvs0)