File size: 711 Bytes
6d7eb69 93a14c1 320f15a 6f5e1a2 6d7eb69 6f5e1a2 6d7eb69 6f5e1a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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:
1. Clone this repository to your local machine.
2. Create and activate a virtual environment of your choice (venv, conda, etc.).
3. Install dependencies from the requirements.txt file by running `pip install -r requirements.txt`.
4. 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)
4. Start the Gradio app by running `python app.py`.
## Licence
MIT license |