|
--- |
|
title: AI Data Explorer With Gemini API |
|
emoji: π |
|
colorFrom: yellow |
|
colorTo: yellow |
|
sdk: streamlit |
|
sdk_version: 1.36.0 |
|
app_file: app.py |
|
pinned: false |
|
--- |
|
|
|
# AI Data Explorer with Gemini API π€π |
|
|
|
This application allows you to explore and analyze your dataset using an AI-powered agent. You can upload a CSV file and provide your Gemini API key to create an agent capable of answering questions about your data. |
|
|
|
## Features |
|
- Upload a CSV file containing your dataset. |
|
- Enter your Gemini API key. |
|
- Ask questions about your dataset. |
|
- Get answers and insights from the AI agent. |
|
|
|
## How to Use π οΈ |
|
1. π Enter your Gemini API key in the sidebar. |
|
2. π Upload a CSV file containing your dataset. |
|
3. β Enter your query about the dataset in the input field provided. |
|
4. π The AI agent will process your query and display the results. |
|
|
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |