- Step 1: Ensure Python 3.13+ is installed on your system
- Step 2: Install dependencies using `pip install -e .`
- Step 3: Create a `.env` file with your API keys (GEMINI_API_KEY, SERPAPI_KEY)
- Step 4: Run the Streamlit interface with `streamlit run main.py`
- Step 5: Open your browser and navigate to http://localhost:8501
- Step 6: Enter the server script path, input your query, and click 'Process Query'
- Step 7: View the server's response in the interface