Skip to content

d3Jesus/ars-imaginis

Repository files navigation

Ars-Imaginis

An AI-Powered Image Generator. Creating images from scratch based on a text prompt.

Table of Contents

Overview

Desktop View

Desktop-View

Mobile View

Mobile-View

Built with

Contributing

Anyone can contribute to this project. It was developed or created with the intention of learning .Net Core and PostgreSQL technologies. Feel free to add, refactor or modify anything you think is or will be useful, from a small typo to an algorithm improvement or even a suggestion. If you are a adding something new, please be sure to add it to the right folder.

How to Use

  1. With the project on your machine, create the .env file
  2. In that file, create the variable OPENAI_API_KEY and paste your api key.
  3. In the terminal, run npm run dev
  4. Start using by typing your prompt.

How to contribute

  1. Fork this repository(Top right side)

  2. Clone your forked repository
    For example, run this command in your terminal/command prompt:

    git clone https://github.com/<your-github-username>/ars-imaginis.git
    
  3. Install all dependencies

  4. Make your changes with git add and git commit. Note: Please write good commit messages.

  5. Run this command to push your changes to your forked repository:

    git push origin master
    
  6. Go to the Github page of your fork and make a pull request.

Author

About

An AI-powered image generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published