KrishGoyani/AI_Data_Explorer_with_Gemini_API
0
1---2title: AI Data Explorer With Gemini API3emoji: ๐4colorFrom: yellow5colorTo: yellow6sdk: streamlit7sdk_version: 1.36.08app_file: app.py9pinned: false10---11 12# AI Data Explorer with Gemini API ๐ค๐13 14This 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.15 16## Features17- Upload a CSV file containing your dataset.18- Enter your Gemini API key.19- Ask questions about your dataset.20- Get answers and insights from the AI agent.21 22## How to Use ๐ ๏ธ231. ๐ Enter your Gemini API key in the sidebar.242. ๐ Upload a CSV file containing your dataset.253. โ Enter your query about the dataset in the input field provided.264. ๐ The AI agent will process your query and display the results.27 28 29Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference