This project demonstrates how to build an AI-powered chatbot using React and Google's Gemini API that can analyze, summarize, and answer questions about uploaded images and PDF files.
🔗 GitHub Repo: document-gemini-processing-react
- 📄 Upload support for
.pdf,.jpg,.jpeg,.png - 🧠 AI-powered summaries using Gemini 2.0
- ❓ Ask specific questions about the content of the uploaded file
- 🔄 Auto-processing on file upload
- 📷 Image preview or PDF icon display
- 💬 Clean and responsive UI built with React
git clone https://github.com/RicardoRisson/document-gemini-processing-react.git
cd document-gemini-processing-reactnpm installnpm run devThe app will be available at http://localhost:5174