{"id":18704545,"url":"https://github.com/neha13singh/visioncraft_ai_image_generator","last_synced_at":"2026-04-07T22:32:02.516Z","repository":{"id":260903624,"uuid":"882673550","full_name":"neha13singh/VisionCraft_AI_Image_Generator","owner":"neha13singh","description":"VisionCraft is a powerful AI-powered image generation platform that transforms your textual descriptions into stunning visual artwork. Built with React.js and Node.js, it leverages OpenAI's DALL-E API to create unique images from user prompts.","archived":false,"fork":false,"pushed_at":"2024-11-25T06:20:55.000Z","size":282,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T06:25:34.358Z","etag":null,"topics":["backend","express","js","mern","mongodb","nodejs","openai","react"],"latest_commit_sha":null,"homepage":"https://visioncraft-ai-image-generator-client.onrender.com/","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/neha13singh.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}},"created_at":"2024-11-03T13:11:48.000Z","updated_at":"2024-11-25T06:20:58.000Z","dependencies_parsed_at":"2024-11-04T17:19:24.409Z","dependency_job_id":"d27589d2-c8a3-4ad2-9dea-0a271d002b06","html_url":"https://github.com/neha13singh/VisionCraft_AI_Image_Generator","commit_stats":null,"previous_names":["neha13singh/image_generator","neha13singh/visioncraft_ai_image_generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neha13singh%2FVisionCraft_AI_Image_Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neha13singh%2FVisionCraft_AI_Image_Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neha13singh%2FVisionCraft_AI_Image_Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neha13singh%2FVisionCraft_AI_Image_Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neha13singh","download_url":"https://codeload.github.com/neha13singh/VisionCraft_AI_Image_Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239567390,"owners_count":19660469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["backend","express","js","mern","mongodb","nodejs","openai","react"],"created_at":"2024-11-07T12:07:13.049Z","updated_at":"2026-04-07T22:32:02.489Z","avatar_url":"https://github.com/neha13singh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image_generator\n# VisionCraft - AI Image Generation Platform 🎨\n\n![VisionCraft Banner](https://github.com/user-attachments/assets/2e2cee54-6285-44fd-b387-292295228a9b)\n\n\n## 🌟 Overview\n\nVisionCraft is a powerful AI-powered image generation platform that transforms your textual descriptions into stunning visual artwork. Built with React.js and Node.js, it leverages OpenAI's DALL-E API to create unique images from user prompts.\n\n[Visit VisionCraft](https://visioncraft-ai-image-generator-client.onrender.com/)\n\n## Demo Screenshot\n\n![Screenshot 1](https://github.com/user-attachments/assets/8fd2873f-ef25-461a-855c-f00609b3f6ce)\n\n![Screenshot 2](https://github.com/user-attachments/assets/0b20ce0e-1346-44f5-a6cd-a7604bcf3602)\n\n\n\n\n## ✨ Features\n\n- 🎨 AI-powered image generation\n- 💡 Intuitive prompt interface\n- 🖼️ Community gallery showcase\n- 🔍 Search functionality\n- 📱 Responsive design\n  \n\n\n## 🚀 Tech Stack\n\n- **Frontend:**\n  - React.js\n  - Material-UI\n  - Axios\n\n- **Backend:**\n  - Node.js\n  - Express\n  - MongoDB\n  - OpenAI API\n\n## 🛠️ Installation\n\n1. Clone the repository:\n```bash\n(https://github.com/neha13singh/VisionCraft_AI_Image_Generator.git)\ncd visioncraft\n```\n\n2. Install dependencies:\n```bash\n# Install frontend dependencies\ncd client\nnpm install\n\n# Install backend dependencies\ncd ../server\nnpm install\n```\n\n3. Set up environment variables:\n```bash\n# In server/.env\nMONGODB_URL=\"Your MongoDB Connection String\"\nOPENAI_API_KEY=\"Your OpenAI API Key\"\nCLOUDINARY_CLOUD_NAME=\"Your Cloudinary Cloud Name\"\nCLOUDINARY_API_KEY=\"Your Cloudinary API Key\"\nCLOUDINARY_API_SECRET=\"Your Cloudinary API Secret\"\nPORT=5000\n```\n\n4. Start the development servers:\n```bash\n# Start backend server\ncd server\nnpm start\n\n# Start frontend server\ncd client\nnpm start\n```\n\n## 💡 Usage\n\n1. Navigate to `http://localhost:3000`\n2. Enter your name and image prompt\n3. Click \"Generate Image\" to create AI artwork\n4. Share your creation with the community\n\n## 📁 Project Structure\n\n```\nvisioncraft/\n├── client/                 # Frontend React application\n│   ├── src/\n│   │   ├── components/    # Reusable UI components\n│   │   ├── pages/        # Page components\n│   │   ├── api/          # API integration\n│   │   └── utils/        # Utility functions\n│   └── public/           # Static assets\n└── server/               # Backend Node.js application\n    ├── controllers/      # Request handlers\n    ├── models/          # Database models\n    └── routes/          # API routes\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n## 🙏 Acknowledgments\n\n- OpenAI for the DALL-E API\n- React.js community\n- Material-UI team\n- All contributors\n\n---\n\n\u003cp align=\"center\"\u003eMade with ❤️ by Neha SIngh\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneha13singh%2Fvisioncraft_ai_image_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneha13singh%2Fvisioncraft_ai_image_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneha13singh%2Fvisioncraft_ai_image_generator/lists"}