Spaces:
Running
Running
File size: 1,312 Bytes
21a1823 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
---
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
1. Enter your query in the text box
2. Click the "Submit" button
3. 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:
1. Clone the repository
2. Install dependencies: `pip install -r requirements.txt`
3. 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 |