Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.23.3
metadata
title: Web Search Tool
emoji: π
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
Web Search Tool
This Hugging Face Space provides an interactive web interface for searching information from the web using the smolagents library.
Features
- Web Search: Searches the web for information using DuckDuckGo
- Interactive Interface: Easy-to-use web interface powered by Gradio
- Simple Design: Straightforward search and results display
Usage
- Enter your query in the text box
- Click the "Submit" button
- Get information from the web
Example Queries
- "Latest developments in quantum computing"
- "Current trends in artificial intelligence"
- "Recent breakthroughs in renewable energy"
Technical Details
Built with:
- Python 3.9+
- Gradio for the web interface
- smolagents for web searching
Local Development
To run this project locally:
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
License
This project is open-source and available under the MIT License.
Acknowledgments
- Built using Hugging Face Spaces
- Powered by smolagents library
- Interface created with Gradio