Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url2chat: chat with any website

Requirements

To run this app you need to have:

  • an OpenAI API key
  • an Exa API key (there is a free tier available)
  • (optional) a Phospho API key and project id

Instalation

Set up a virtual environment and install the requirements:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Setup the streamlit secrets int the .streamlit/secrets.toml file:

EXA_API_KEY=""
OPENAI_API_KEY=""

(Optional) Add your phospho api key and project id to get text analytics:

PHOSPHO_API_KEY=""
PHOSPHO_PROJECT_ID=""

Usage

streamlit run main.py

This will open a new tab in your default browser with the app running.

Hosted version

We deployed this app using streamlit community cloud, you can access it here.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages