Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 576 Bytes

AI ArtGen

About

AI ArtGen is an AI tool, brought to you by TechDreams Innovations, to generate an image of your choice based on the user prompt.

Prerequisites

  • getimg.ai API Key (can be created for free here)
  • requests module (can be installed simply with pip install requests)
  • Python3

Implementation

  • Run python AI ArtGen.py in a terminal if you have Python 3 on Windows.
  • Run python3 AI ArtGen.py in a terminal if you have Python 3 on Mac/Linux.

NOTE: Replace XXXX (line 5) with your personal API key.