ElonMusk2002 / DALL-E

Repository that generates images using OpenAI API key written in Python using Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨DALL-E

DALL-E

GitHub stars GitHub forks GitHub watchers

📝Introduction

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.

💻Installation

To use this repository, follow these steps:

  1. Clone this repository.

  2. Install all the required packages using the following command:

    pip install -r requirements.txt
    
  3. In views.py, replace Paste_Your_API_Key_Here with your OpenAI API key:

    openai.api_key = "<Paste_Your_API_Key_Here>" 

🚀Usage

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.

📊Statistics

GitHub repo size GitHub code size in bytes GitHub last commit GitHub issues GitHub pull requests

🙌Contributing

Contributions are always welcome!

Thank You 🙏

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!

About

Repository that generates images using OpenAI API key written in Python using Django.

License:MIT License


Languages

Language:Python 57.8%Language:HTML 42.2%