Skip to content

morrowbord/gpt_examples

 
 

Repository files navigation

This repository contains different examples and usecases showcased in the book Developing Apps with GPT-4 and ChatGPT. Book cover

Check the branches and releases for different versions of the OpenAI API.

Usage

All examples

Install the requirements for all the examples with:

pip install -r requirements.txt

Each example contains either a jupyter notebook, or a python file that can be run with:

python [example_folder]/run.py

Some examples require some additional setup.

Chap3_03_QuestionAnseringOnPDF

Start Redis with

docker-compose up

Chap3_04_VoiceAssistant

The gradio interface is available at the address displayed in the output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.5%
  • Jupyter Notebook 45.5%