Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Team Name: Rank_Codex
Team Members: Abhishek (Lead), Aishwarya D
Vision AI is a multimodal chatbot that allows users to upload images and ask questions about them. It uses powerful vision-language models (like LLaVA or Gemini) to analyze visual content and provide intelligent responses in real time.
- Frontend: React, Tailwind CSS
- Backend/API: FastAPI (or Gemini API Proxy)
- AI Model: Gemini / Hugging Face LLaVA
- Deployment: Vercel (Frontend)
git clone https://github.com/Aishwarya011k/llava-hack.git
cd llava-hackcd frontend
npm installnpm run devMake sure you have Node.js and npm installed.
- Open the app in your browser.
- Upload an image (e.g., diagram, chart, screenshot).
- Ask a question related to the image.
- Get an intelligent answer from the AI.
- Node.js
- Python 3.8+
- OpenAI/Google API key (if using hosted models)
- Hugging Face Transformers (if running locally)
- Education: "What does this circuit diagram show?"
- Accessibility: "Describe the photo for me."
- Business: "What trend does this chart illustrate?"
For questions, please reach out to:
- Abhishek - [abhishek346a@gmail.com]
- Aishwarya D - [aishwaryadshetty019@gmail.com]
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.