Skip to content

This is a web appplication using Dalle-2 API to generate a Image from Text prompt (using Python Language)

Notifications You must be signed in to change notification settings

NextGenGk/dalle2-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dalle2-webapp

Python Dependabot

Sample Image of this Application

image

Step-by-step Guide (Run Locally)

Install Python Module

  • Install all the modules (using pip)
  pip install -r requirements.txt

auth.py file

  • Open the auth.py file and add:
  auth_token = "YOUR_AUTH_TOKEN"

Create, Copy & Replace the API Key from OpenAI website under 'User the Setting > View API Keys'. The 'auth.py' file would look like this: auth_token = "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"

  • RUN APP FUNCTION
app.mainloop()

Run The App

  • From the root directory of 'app.py', run in terminal"
  python app.py

or

  python3 app.py

About

This is a web appplication using Dalle-2 API to generate a Image from Text prompt (using Python Language)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages