Skip to content

shreyas0512/SaturdayHackNight_OpenAi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github

Smart Gallery

Smart Gallery serves as a platform to generate images according to the user’s prompt using DALL-E API. It also maintains a gallery to show previously generated images.

DALL·E’s flexibility allows users to create and edit original images ranging from the artistic to the photorealistic. DALL·E excels at following natural language descriptions so users can plainly describe what they want to see.

The design tool used was Figma. The web app was developed using react as frontend and express, node as backend.

Team members

  1. Shreyas Santhosh https://github.com/shreyas0512
  2. Swetha Theresa George https://github.com/swethatheresa

Team Id

9CspZzcD1IaeTKezvkhB

Link to product walkthrough

https://smartgallery.vercel.app/

How it Works ?

The user is first welcomed to a home page, on clicking EXPLORE user moves to the prompts page where you can generate a new image based on your prompt. The GALLERY option allows user to see previously generated images based on prompts.

Loom.Message.-.15.January.2023.mp4

Libraries used

Library Name - Version

"axios": "^1.2.2"

"openai": "^3.1.0"

"react": "^18.2.0"

"vite": "^4.0.0"

How to configure

Instructions for setting up project

To install required packages

npm install

How to Run

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser. The page will reload when you make changes.
You may also see any errors in the console.

App Preview

1

2

3