Query Hugging Face datasets directly from Streamlit using DuckDB's powerful SQL engine.
- 🔍 Browse and search Hugging Face datasets
- ✏️ Manually add custom dataset paths
- 👀 Preview datasets with up to 100 rows
- 📊 Automatic column detection
- 🔧 Custom SQL query support
- 💪 Efficient data handling with DuckDB
- 🌟 Modern Streamlit-based UI
- 🔗 Direct links to Hugging Face dataset pages
https://duckhug.streamlit.app/
- Clone to a folder
git clone https://github.com/g-kannan/DuckHug.git
- Install dependencies:
pip install -r requirements.txt
- Add your Hugging face API token to .env file(Only for fetching data sets, manual dataset will work without it)
- Run the app:
streamlit run home.py
- Start exploring datasets!
- Powered by DuckDB: Star on GitHub
- Logo created using FLUX.1-dev
- Built with ❤️ for the data community
Found an issue or have suggestions? Open an issue If you find this useful, please give us a star on GitHub!