- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
Chat with multiple web pages
License
ThirdEyeInfo/chat-with-multiple-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Chat with multiple web pages
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published