{"id":22547244,"url":"https://github.com/shaadclt/image-generation-app-dall-e-huggingface-diffusers","last_synced_at":"2026-02-12T01:40:07.724Z","repository":{"id":259193195,"uuid":"876555562","full_name":"shaadclt/Image-Generation-App-DALL-E-Huggingface-Diffusers","owner":"shaadclt","description":"This project is a Streamlit-based web app that enables users to generate AI-generated images using text prompts. The app integrates two powerful image generation models: OpenAI's DALL-E and Huggingface's Diffusion models.","archived":false,"fork":false,"pushed_at":"2024-10-22T07:15:53.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T02:05:54.091Z","etag":null,"topics":["dall-e","huggingface-diffusers"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shaadclt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-10-22T07:06:15.000Z","updated_at":"2024-10-22T07:15:57.000Z","dependencies_parsed_at":"2024-10-23T11:41:19.713Z","dependency_job_id":null,"html_url":"https://github.com/shaadclt/Image-Generation-App-DALL-E-Huggingface-Diffusers","commit_stats":null,"previous_names":["shaadclt/image-generation-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaadclt/Image-Generation-App-DALL-E-Huggingface-Diffusers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FImage-Generation-App-DALL-E-Huggingface-Diffusers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FImage-Generation-App-DALL-E-Huggingface-Diffusers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FImage-Generation-App-DALL-E-Huggingface-Diffusers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FImage-Generation-App-DALL-E-Huggingface-Diffusers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaadclt","download_url":"https://codeload.github.com/shaadclt/Image-Generation-App-DALL-E-Huggingface-Diffusers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaadclt%2FImage-Generation-App-DALL-E-Huggingface-Diffusers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29353008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"ssl_error","status_checked_at":"2026-02-12T01:00:51.346Z","response_time":97,"last_error":"SSL_read: 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":["dall-e","huggingface-diffusers"],"created_at":"2024-12-07T15:11:05.650Z","updated_at":"2026-02-12T01:40:07.710Z","avatar_url":"https://github.com/shaadclt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Generation App with DALL-E and Huggingface Diffusers\nThis project is a Streamlit-based web app that enables users to generate AI-generated images using text prompts. The app integrates two powerful image generation models: OpenAI's DALL-E and Huggingface's Diffusion models.\n\n## Features\n- **DALL-E Integration:** Generates images using OpenAI's DALL-E model.\n- **Huggingface Diffusers Integration:** Generates images using Huggingface's Stable Diffusion model.\n- **Simple UI:** Intuitive user interface to input text prompts and view generated images.\n- **CUDA Support:** Utilizes GPU for faster image generation using Huggingface's Diffusers.\n\n## Setup Instructions\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/shaadclt/Image-Generation-App-DALL-E-Huggingface-Diffusers.git\n    cd Image-Generation-App-DALL-E-Huggingface-Diffusers\n    ```\n\n2. **Install Dependencies**\n\n    Use the requirements.txt file to install the necessary packages:\n    \n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. **Set Up API Keys**\n\n    Create a `.env` file in the root directory and add your OpenAI API key:\n    \n    ```bash\n    OPENAI_API_KEY=your_openai_api_key\n    ```\n\n4. **Run the App**\n\n    Run the Streamlit app:\n    \n    ```bash\n    streamlit run app.py\n    ```\n\n5. **CUDA Setup** (Optional for Diffusers)\n\n    Ensure you have the necessary GPU drivers and libraries for running Stable Diffusion with CUDA. This improves image generation performance.\n\n## Usage\n1. Select the model you want to use from the sidebar (`DALL-E` or `Huggingface Diffusers`).\n2. Input your text prompt in the provided field.\n3. Click the \"Generate Image\" button.\n4. View the generated image in the app interface.\n\n## Contributing\nFeel free to contribute by opening issues or submitting pull requests.\n\n## License\nThis project is licensed under the [MIT License](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaadclt%2Fimage-generation-app-dall-e-huggingface-diffusers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaadclt%2Fimage-generation-app-dall-e-huggingface-diffusers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaadclt%2Fimage-generation-app-dall-e-huggingface-diffusers/lists"}