Skip to content

A simplistic AI image generation website made using html, css & js.

License

Notifications You must be signed in to change notification settings

sreejray/DEX-IMGAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEXGEN AI IMGAGE GENERATION

DEXGEN AI IMG GEN that we coded here. I'm using huggingface access token / api to fetch the AI images.

You need to get your own api key from huggingface.co but simply creating an account & getting an access token from there & paste it in script.js file on line 1 in place of the YOUR_API_KEY, make sure to keep the quotes:
  const apiKey = "YOUR_API_KEY";