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
- Host: GitHub
- URL: https://github.com/ashokide/media-minds
- Owner: ashokide
- Created: 2024-08-07T06:22:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T10:03:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T19:34:59.246Z (over 1 year ago)
- Topics: expressjs, genai, nodejs, pptxgenjs, vannilajs
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/