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 💪💪💪
- 📗 Chat with PDF
- 🎬 Chat with YouTube
- 📚 Chat with Confluence
- 📰 Chat with Google News
- ... To be updated :)
- Clone my GitHub repository
git clone https://github.com/S0NM/chat-with-everything.git
- Install the required dependencies
pip install -r requirements.txt
- 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"]
- Run the Streamlit App
streamlit run app.py
Take a look at the following demo to understand what we will achieve in each app :))