Spaces:
Sleeping
Sleeping
Raccoon
Installation
It is recommend to use virtual environment using venv
.
The fol
- Ceate the virtual envoirnment:
python3 -m venv .venv
- Activate the virtual envoirnment:
source venv/bin/activate
- To deactive the virtual envoirnment run
deactivate
within the virtual envoirnment.
- To deactive the virtual envoirnment run
- Install the required packages:
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -e .
- Add the Google Search API key to
GOOGLE_SEARCH_API_KEY
ingoogle-search/.env
. For exampleGOOGLE_SEARCH_API_KEY=addkeyehere
(TODO) add documentation on how to get the API key. - To start the interface:
streamlit run google-search/app.py