Skip to content

hxadev/image-generator-ai-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Generator AI MVC

This repository contains an Image Generator AI application using the Model-View-Controller (MVC) architectural pattern. The application leverages advanced AI models to generate images based on textual descriptions provided by the user. The project is built using Python and integrates with OpenAI's image generation API.

Table of Contents

Introduction

The Image Generator AI MVC application allows users to generate images by providing descriptive text inputs. This project showcases the power of AI in creative fields and provides a hands-on example of implementing AI-driven image generation in a structured MVC framework.

Features

  • Generate images from textual descriptions.
  • Easy-to-use web interface.
  • Modular MVC architecture for easy maintenance and scalability.
  • Integration with OpenAI's image generation API.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/hxadev/image-generator-ai-mvc.git
    cd image-generator-ai-mvc
  2. Install JDK 17.0+
  3. ** Install Maven LTS**
  4. Open the project and execute as normal java application

Configuration

The application requires an API key from Limewire AI or OpenAI API to generate images. Configure your API key in the application settings:

  1. Generate API KEY from Limewire API or OpenAPI API
  2. Add API KEY into src/application.properties files in the property: openapi.dalle.apikey=your_openai_api_key
  3. Run your application

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or inquiries, please contact Alfonso at contacto@hxadev.tech

About

Program that generates images by prompt using LLM AI Apis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages