Skip to content

A chatbot developed with Langchain, Streamlit, OpenAI, and FAISS enables users to input the URL of any article and pose questions related to its content.

Notifications You must be signed in to change notification settings

coder2699/IntelliProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntelliProbe

288850879-620ea79c-b58c-4e1d-9fc6-e9824b17ec3f

Setup:

Setup a python environment & create a .env file to add openai api key:

OPENAI_API_KEY = sk-xxxxxxxxxxx

To install requirements:

pip install -r requirements.txt
pip install streamlit-chat
pip install BeautifulSoup4
pip install tiktoken 

To run the application:

streamlit run main.py

About

A chatbot developed with Langchain, Streamlit, OpenAI, and FAISS enables users to input the URL of any article and pose questions related to its content.

Topics

Resources

Stars

Watchers

Forks

Languages