This project is a simple implementation of the OpenAI DALL-E model using Flask.
- Python 3.12
- OpenAI API key tier 1
- pip
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
.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on GitHub.