Skip to content

naotaka1128/ai_app_book

Repository files navigation

tl;dr

  • This is a code repository for the book "Build and Learn: AI App Development for Beginners - Unleashing ChatGPT API with LangChain & Streamlit."
  • You can copy & paste the code from this repository and run it using "streamlit run chapter_XX.py".
  • If you find any mistakes, please create an issue to let us know.

Details

chapter_02.py

This program is just for running Streamlit for the first time.

chapter_03.py

A very simple chat application (ChatGPT clone app). スクリーンショット 2023-07-31 12 32 58

chapter_04.py

An improved version of chapter_03.py. スクリーンショット 2023-07-31 12 33 51

chapter_06.py

An app that takes a URL as input, retrieves the content of that page, and generates a summary. スクリーンショット 2023-07-31 12 34 17

chapter_07.py

An app that takes a Youtube URL as input, retrieves the content of that video, and generates a summary. スクリーンショット 2023-07-31 12 34 38

chapter_08.py

An enhanced version of chapter_07.py that can summarize very long videos. スクリーンショット 2023-07-31 12 35 01

chapter_09.py

An incomplete code for an app where you can upload a PDF and ask questions about its content. スクリーンショット 2023-07-31 12 35 19

chapter_10.py

The complete code for an app where you can upload a PDF and ask questions about its content. スクリーンショット 2023-07-31 12 35 41

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages