A newer version of the Gradio SDK is available:
5.45.0
metadata
title: Scout AI App
emoji: π
colorFrom: yellow
colorTo: red
app_file: scoutLLM.py
sdk: gradio
sdk_version: 3.40.0
Installation
To run this application, you need to have Python and Gradio installed. Follow these steps:
- Clone this repository to your local machine.
- Create and activate a virtual environment of your choice (venv, conda, etc.).
- Install dependencies from the requirements.txt file by running
pip install -r requirements.txt
. - Set up environment variables REPLICATE_API_TOKEN (for a Llama 2 model hosted on replicate.com) and COHERE_API_KEY (for embeddings and reranking service on cohere.com)
- Start the Gradio app by running
python app.py
.
Licence
MIT license