romain-lembo/Unit4-GAIA
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Running the Project Locally
To run this project on your local machine, follow these steps:
1. Clone the Repository
git clone <repository-url>
cd Unit4-GAIA2. Set Up a Virtual Environment
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
# On macOS/Linux:
source venv/bin/activate
# On Windows:
# venv\Scripts\activate3. Install Dependencies
pip install -r requirements.txt4. Run the Application
python app.pyThis will start the Gradio interface locally. You should see a URL (typically http://127.0.0.1:7860) in your terminal where you can access the application.
5. Deactivate the Virtual Environment
When you're done working on the project, you can deactivate the virtual environment:
deactivateNote
- You'll need to log in with your Hugging Face account to use the evaluation functionality
- The agent uses the Groq provider, so you'll need appropriate API access set up
