{"id":19397958,"url":"https://github.com/linuztx/imageine","last_synced_at":"2026-03-03T20:32:26.703Z","repository":{"id":247709174,"uuid":"826631198","full_name":"linuztx/imageine","owner":"linuztx","description":"A Streamlit-powered web app that combines AI-assisted prompt improvement with image generation. Create detailed images from your ideas using Zephyr-7b-Beta and an external image API.","archived":false,"fork":false,"pushed_at":"2024-11-17T09:29:44.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T14:50:34.100Z","etag":null,"topics":["image-generator","llm","python","streamlit"],"latest_commit_sha":null,"homepage":"https://imageine.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuztx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-10T04:46:13.000Z","updated_at":"2025-06-05T12:40:37.000Z","dependencies_parsed_at":"2025-04-14T05:53:02.406Z","dependency_job_id":"9636277a-4313-47ae-8a2a-dcf8b7ca2d33","html_url":"https://github.com/linuztx/imageine","commit_stats":null,"previous_names":["linuztx/imageine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linuztx/imageine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuztx%2Fimageine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuztx%2Fimageine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuztx%2Fimageine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuztx%2Fimageine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuztx","download_url":"https://codeload.github.com/linuztx/imageine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuztx%2Fimageine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30058287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["image-generator","llm","python","streamlit"],"created_at":"2024-11-10T11:03:48.530Z","updated_at":"2026-03-03T20:32:26.682Z","avatar_url":"https://github.com/linuztx.png","language":"Python","funding_links":["https://ko-fi.com/linuztx"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🎨 AI Image Generator\n\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://streamlit.io)\n[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)\n[![OpenAI](https://img.shields.io/badge/OpenAI-API-green.svg)](https://openai.com/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nTransform your text descriptions into stunning visuals using AI technology.\n\n![imageine](https://github.com/user-attachments/assets/fea57fac-8586-4f25-aaae-058e414fe685)\n\n\u003c/div\u003e\n\n## 🚀 Demo\n\nVisit live demo at: [AI Image Generator Demo](https://imageine.streamlit.app/)\n\n## ✨ Features\n\n### 🎯 Core Features\n- **AI-Powered Image Generation**: Create stunning visuals using any OpenAI Compatible image model\n- **Smart Prompt Enhancement**: Improve your prompts with any OpenAI Compatible chat model\n- **Real-time Processing**: Watch your ideas come to life instantly\n\n### 💫 User Experience\n- **Intuitive Interface**: Clean, modern design with responsive layout\n- **Progress Tracking**: Real-time generation progress indicators\n- **Quick Actions**: One-click download and regeneration options\n\n### 🛠️ Technical Features\n- **OpenAI Integration**: Leverages latest AI models\n- **Docker Support**: Easy deployment with containerization\n\n## 📦 Installation\n\n### Prerequisites\n- Python 3.9+\n- OpenAI API key\n- Docker (optional)\n\n### Quick Start\n```bash\n# Clone the repository\ngit clone https://github.com/linuztx/imageine.git\n\n# Navigate to project directory\ncd imageine\n\n# Install dependencies\npip install -r requirements.txt\n\n# Set up environment variables\ncp .env.example .env\n# Edit .env with your API keys\n\n# Run the application\nstreamlit run main.py\n```\n\n### 🐳 Docker Installation\n```bash\n# Build the image\ndocker build -t imageine .\n\n# Run the container\ndocker run -p 8501:8501 imageine\n```\n\n## 🎯 Usage\n\n### Basic Usage\n1. Enter your image description\n2. (Optional) Enable prompt enhancement\n3. Click \"Generate Image\"\n4. Download or regenerate as needed\n\n### 🎨 Writing Effective Prompts\n- Be specific about desired elements\n- Include style preferences\n- Mention lighting and composition\n- Reference artistic influences\n\n### ⚙️ Configuration\n```env\n# Chat Generation API\nAI_CHAT_ENDPOINT=your-chat-generation-endpoint\nAI_CHAT_API_KEY=your-chat-api-key\n\n# Image Generation API\nAI_IMAGE_ENDPOINT=your-image-generation-endpoint\nAI_IMAGE_API_KEY=your-image-api-key \n\n# Model\nAI_CHAT_MODEL=your-model-here\nAI_IMAGE_MODEL=your-image-model-here\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 💝 Donations\n\nIf you find this project useful, consider supporting my work by making a donation. Every contribution helps me continue developing and maintaining this project.\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/linuztx)\n\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ using Streamlit | © 2024 AI Image Generator\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuztx%2Fimageine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuztx%2Fimageine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuztx%2Fimageine/lists"}