Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 759 Bytes

README.md

File metadata and controls

55 lines (44 loc) · 759 Bytes

Media Minds

An application to generate top performing advertisement posted in social media platforms such as Linkedin, Reddit, Quora., using GEN AI

Tech Stack

  • Vannila JS
  • Node JS
  • Express JS
  • Azure AI Studio

Run Locally

Clone the repository

git clone https://github.com/ashokide/media-minds.git

Move to project

cd media-minds

Note: Update the env in backend directory GPT4V_KEY and GPT4V_ENDPOINT

Move to Backend

cd backend

Install NPM Packages

npm i

Run Backend Server

npm run dev

Move to Frontend

cd ../frontend

Install NPM Packages

npm i

Run Frontend Server

npm run dev

To Access