WebSearch / README.md
Nishanth88's picture
Upload 4 files
21a1823 verified
---
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