https://github.com/thirdeyeinfo/chat-with-multiple-web
Chat with multiple web pages
https://github.com/thirdeyeinfo/chat-with-multiple-web
beautifulsoup4 faiss gemini-pro huggingfacehub langchain langchain-openai llama2 llama3 ollama openai openaiembeddings python3 streamlit
Last synced: 5 months ago
JSON representation
Chat with multiple web pages
- Host: GitHub
- URL: https://github.com/thirdeyeinfo/chat-with-multiple-web
- Owner: ThirdEyeInfo
- License: mit
- Created: 2024-04-29T05:20:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:21:12.000Z (about 2 years ago)
- Last Synced: 2025-04-08T09:43:50.794Z (about 1 year ago)
- Topics: beautifulsoup4, faiss, gemini-pro, huggingfacehub, langchain, langchain-openai, llama2, llama3, ollama, openai, openaiembeddings, python3, streamlit
- Language: Python
- Homepage: https://www.youtube.com/watch?v=d4yCWBGFCEs&t=8279s
- Size: 22.5 KB
- Stars: 1
- 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 Multiple Webs application
- Download and install Ollama from https://ollama.com/download/windows
- Open command line and execute below two commands
* ollama pull llama2
* ollama pull llama3
- Clone chat-with-multiple-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-multiple-webs progect (in step 1) from conda prompt and/by follow below commands
* cd /chat-with-multiple-webs
* conda create -n chat-with-multiple-webs python=3.11 -y
* conda activate chat-with-multiple-webs
* pip install -r requirements.txt
- Create a file with name '.env' in chat-with-multiple-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-v*.py --server.port 8080
- Open http://localhost:8080/ on your favorite browser
* Supply news articles websites and chat with AI
## ChatWithMultipleWeb-V-3 first look

## ChatWithMultipleWeb-V-2 first look

## ChatWithMultipleWeb-V-1 first look
