Coder Social home page Coder Social logo

budsus / chat-with-everything Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s0nm/chat-with-everything

0.0 0.0 0.0 67.14 MB

Chat-with-Everything is a series of articles aimed at developers who are interested in learning about and building applications with LLMs

Python 90.19% Jupyter Notebook 9.81%

chat-with-everything's Introduction

๐Ÿ€ Chat with Everything

โ™ฅ๏ธ A Few Words from the Heart

Nobody wants to be left out of the booming AI trend, and I am no different. I jumped into learning and was quickly overwhelmed by a sea of technological knowledge. There is so much to study.

"Chat with Everything" is a series of practical exercises ranging from easy to difficult for individuals new to LLM apps. I wrote it based on my study and learning experiences over several months. I hope it is useful for your journey!

Let's Get Started ๐Ÿ’ช๐Ÿ’ช๐Ÿ’ช

1. List of Apps

  1. ๐Ÿ“— Chat with PDF
  2. ๐ŸŽฌ Chat with YouTube
  3. ๐Ÿ“š Chat with Confluence
  4. ๐Ÿ“ฐ Chat with Google News
  5. ... To be updated :)

2. How to get started? ๐ŸŒ

  1. Clone my GitHub repository
git clone https://github.com/S0NM/chat-with-everything.git
  1. Install the required dependencies
pip install -r requirements.txt
  1. Get your OpenAI API Key
  • Sign up OpenAI account (or the LLM provider of your choice) and get your API key.
# Replace it with your OPENAI API KEY
OPENAI_API_KEY = st.secrets["OPENAI_API_KEY"]
  1. Run the Streamlit App
streamlit run app.py

3. Demo

Take a look at the following demo to understand what we will achieve in each app :))

chat-with-pdf

chat-with-everything's People

Contributors

s0nm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.