| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
|---|---|---|---|---|---|---|---|
SearchArena |
🐠 |
red |
gray |
streamlit |
1.35.0 |
app.py |
false |
Search Arena is a comprehensive platform designed to evaluate and compare search-based web agents. Leveraging a variety of metrics, Search Arena ensures that users can identify the most effective solutions for their needs.
Follow these steps to set up the project on your local machine.
- Git
- Python 3.x
- Virtualenv (optional but recommended)
-
Clone the Repository:
git clone https://github.com/leowalker89/SearchArena
-
Navigate to the Project Directory:
cd search-arena -
Create a Virtual Environment:
python -m venv env
-
Activate the Virtual Environment:
-
On Windows:
.\env\Scripts\activate
-
On macOS and Linux:
source env/bin/activate
-
-
Install the Required Dependencies:
pip install -r requirements.txt
-
Start the Development Server:
streamlit run app.py
-
Open your Browser:
Navigate to
http://localhost:5000to view the platform.
- Follow the on-screen instructions to evaluate and compare search-based web agents.
This project is licensed under the MIT License. See the LICENSE file for more details.