simonnsanita/browseruseapiv2
0
Browser-Use WebUI on Hugging Face Spaces
This is a deployment of the browser-use-webui project on Hugging Face Spaces, providing a user-friendly Gradio interface for browser automation using AI agents.
Features
- Gradio-based WebUI: User-friendly interface built on Gradio
- Multiple LLM Support: OpenAI, Anthropic, Google Gemini, DeepSeek, and more
- Browser Automation: AI-powered web browsing and task automation
- Real-time Interaction: Watch AI agents perform tasks in real-time
Usage
- Set your API keys in the Space settings (Environment Variables):
OPENAI_API_KEYfor OpenAI modelsANTHROPIC_API_KEYfor Anthropic modelsGOOGLE_API_KEYfor Google Gemini models- And other supported providers
- Open the Space and start using the web interface
- Enter your task description and select your preferred AI model
- Watch as the AI agent performs the task in the browser
Supported LLM Providers
- OpenAI (GPT-4, GPT-3.5)
- Anthropic (Claude)
- Google (Gemini)
- DeepSeek
- Mistral
- Ollama (for local models)
- And many more...
Environment Variables
Set these in your Space settings under "Environment Variables":
OPENAI_API_KEY: Your OpenAI API keyANTHROPIC_API_KEY: Your Anthropic API keyGOOGLE_API_KEY: Your Google API keyDEFAULT_LLM: Default LLM provider (e.g., "openai", "anthropic", "google")BROWSER_USE_LOGGING_LEVEL: Logging level (info, debug, result)
Original Project
This Space is based on the excellent browser-use-webui project by the browser-use team.
License
MIT License - see the original project for details.
