Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 643 Bytes

FLASK + DALL-E


This project is a simple implementation of the OpenAI DALL-E model using Flask.

Requirements


  • Python 3.12
  • OpenAI API key tier 1
  • pip

Getting Started


First of all, you need to install the dependencies:

pip install -r requirements.txt

Then, you need to set your OpenAI API key in your environment variables. And then you can run the server:

python3 ai_generator.py

the server will be running on http://localhost:5000.

Contributing


Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on GitHub.