{"id":23687748,"url":"https://github.com/shivanshkumar760/snapalyze","last_synced_at":"2026-04-12T02:35:50.751Z","repository":{"id":269604553,"uuid":"907946977","full_name":"ShivanshKumar760/Snapalyze","owner":"ShivanshKumar760","description":"Snapalyzer is a web application that leverages the power of GPT models to answer questions about images. Upload an image, ask your questions, and receive insightful and informative answers.","archived":false,"fork":false,"pushed_at":"2024-12-31T04:18:45.000Z","size":1427,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T03:37:43.083Z","etag":null,"topics":["cloudinary-api","cloudinary-sdk","expressjs","gpt-4","multer-storage","netlify","reactjs","render"],"latest_commit_sha":null,"homepage":"https://snapalyzer.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShivanshKumar760.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-24T17:11:04.000Z","updated_at":"2024-12-31T03:56:36.000Z","dependencies_parsed_at":"2025-05-22T03:31:24.358Z","dependency_job_id":"74457d3d-cf5e-4ef6-bf10-d31dd7e5f8e2","html_url":"https://github.com/ShivanshKumar760/Snapalyze","commit_stats":null,"previous_names":["shivanshkumar760/snapalyze"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShivanshKumar760/Snapalyze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivanshKumar760%2FSnapalyze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivanshKumar760%2FSnapalyze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivanshKumar760%2FSnapalyze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivanshKumar760%2FSnapalyze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShivanshKumar760","download_url":"https://codeload.github.com/ShivanshKumar760/Snapalyze/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivanshKumar760%2FSnapalyze/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudinary-api","cloudinary-sdk","expressjs","gpt-4","multer-storage","netlify","reactjs","render"],"created_at":"2024-12-29T23:56:11.612Z","updated_at":"2026-04-12T02:35:50.736Z","avatar_url":"https://github.com/ShivanshKumar760.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Snapalyzer Logo](https://github.com/ShivanshKumar760/Snapalyze/blob/master/Snapalyzer.png)\n# Snapalyzer: Image-based Question Answering with GPT\n\n**Snapalyzer** is a web application that leverages the power of GPT models to answer questions about images. Upload an image, ask your questions, and receive insightful and informative answers.\n\n**Key Features:**\n\n* **Image Upload:** Easily upload images from your device.\n* **GPT-powered Analysis:** Utilizes advanced GPT models to understand and interpret image content.\n* **Question Answering:** Ask a wide range of questions about the image, such as:\n    * \"Describe the image.\"\n    * \"What objects are present in the image?\"\n    * \"What colors are dominant in the image?\"\n    * \"What is the mood or atmosphere of the image?\"\n* **User-friendly Interface:** Intuitive and easy-to-use interface for seamless interaction.\n\n**Technology Stack:**\n\n* **Frontend:** React.js \n* **Backend:** Node.js, Express.js\n* **Cloud Storage:** Cloudinary for secure and efficient image storage.\n* **GPT Integration:** Seamless integration with a chosen GPT model (e.g., OpenAI's GPT-3, Google's Bard).\n\n**Getting Started:**\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/ShivanshKumar760/Snapalyze.git\n## Installation\n\n### Prerequisites:\n\n- **Node.js** (v14.x or higher)\n- **MongoDB** (Local or a MongoDB Atlas account for cloud database)\n\n---\n\n## Frontend Setup:\n\n1. Navigate to the `frontend` directory:\n   ```bash\n   cd client\n2. Install dependencies:\n   ```bash\n   npm install or npm i or pnpm install\n3. Run the React server:\n   ```bash\n   npm run dev or pnpm run dev\n\n## Backend Setup:\n\n1. Navigate to the `frontend` directory:\n   ```bash\n   cd server\n2. Install dependencies:\n   ```bash\n   npm install or npm i or pnpm install\n3. Populate the .env file for mongodb connection:\n   ```bash\n      GPT_API=YPUR_API_KEY\n      PORT=3000\n      CLOUDINARY_CLOUD_NAME=YOUR_CLOUD_NAME\n      CLOUDINARY_API_KEY=YOUR_API_KEY\n      CLOUDINARY_API_SECRET=YOUR_API_SECRET\n4. Run the express server:\n   ```bash\n   node server.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivanshkumar760%2Fsnapalyze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivanshkumar760%2Fsnapalyze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivanshkumar760%2Fsnapalyze/lists"}