Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.53.1
metadata
title: SearchArena
emoji: 🐠
colorFrom: red
colorTo: gray
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
Search Arena
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.
Getting Started
Follow these steps to set up the project on your local machine.
Prerequisites
- Git
- Python 3.x
- Virtualenv (optional but recommended)
Installation
Clone the Repository:
git clone https://github.com/leowalker89/SearchArenaNavigate to the Project Directory:
cd search-arenaCreate a Virtual Environment:
python -m venv envActivate the Virtual Environment:
On Windows:
.\env\Scripts\activateOn macOS and Linux:
source env/bin/activate
Install the Required Dependencies:
pip install -r requirements.txt
Running the Project
Start the Development Server:
streamlit run app.pyOpen your Browser:
Navigate to
http://localhost:5000to view the platform.
Usage
- Follow the on-screen instructions to evaluate and compare search-based web agents.
License
This project is licensed under the MIT License. See the LICENSE file for more details.