This repository is built with Python Django and uses the DeepAI API key. It allows you to generate images using DALL-E API by DeepAI.
To use this repository, follow these steps:
-
Clone this repository.
-
Install all the required packages using the following command:
pip install -r requirements.txt
-
In
views.py
, replacePaste_Your_API_Key_Here
with your OpenAI API key:openai.api_key = "<Paste_Your_API_Key_Here>"
Run the server using the following command:
python manage.py runserver
This will start the server and you can now generate images using the DALL-E API.
Contributions are always welcome!
Thank you for checking out this project! If you find it helpful or interesting, your support would be greatly appreciated.
- ⭐️ Star the project on GitHub
- 🐛 Open an issue if you found a bug
- 🛠️ Submit a pull request to contribute
Feel free to reach out if you have any questions or suggestions!