An open API service indexing awesome lists of open source software.

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

Generate Marketing Advertisement Presentation with help of AI
https://github.com/ashokide/media-minds

expressjs genai nodejs pptxgenjs vannilajs

Last synced: 27 days ago
JSON representation

Generate Marketing Advertisement Presentation with help of AI

Awesome Lists containing this project

README

          

## 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
* Frontend: http://localhost:3000/
* Backend : http://localhost:8000/