https://github.com/thirdeyeinfo/chat-with-webs
Chat with any website using Python and Langchain
https://github.com/thirdeyeinfo/chat-with-webs
beautifulsoup4 chromadb langchain openai openai-embeddings python3 streamlit
Last synced: about 2 months ago
JSON representation
Chat with any website using Python and Langchain
- Host: GitHub
- URL: https://github.com/thirdeyeinfo/chat-with-webs
- Owner: ThirdEyeInfo
- License: mit
- Created: 2024-04-24T17:46:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T18:54:12.000Z (about 2 years ago)
- Last Synced: 2025-01-07T13:10:47.118Z (over 1 year ago)
- Topics: beautifulsoup4, chromadb, langchain, openai, openai-embeddings, python3, streamlit
- Language: Python
- Homepage: https://www.youtube.com/watch?v=bupx08ZgSFg&t=2949s
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Step to run Chat With Webs application
- Clone chat-with-webs in your local machine
- Download and install Anaconda from https://www.anaconda.com/download
- Type anaconda on windows search and open anaconda command prompt
- Navigate to chat-with-webs progect (in step 1) from conda prompt and/by follow below commands
* cd /chat-with-webs
* conda create -n chat-with-webs python=3.11 -y
* conda activate chat-with-webs
* pip install -r requirement.txt
- Create a file with name '.env' in chat-with-webs folder
- Add below line in .env file
* OPENAI_API_KEY="Supply your secret token here"
- Run Multiple PDF File Reader with below command
* streamlit run app.py --server.port 8080
- Open http://localhost:8080/ on your favorite browser
* Upload any number of pdf files and ask question related to that