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

https://github.com/faanid/open-ai-apps

Movie idea generator with ChatGPT and Dall-E
https://github.com/faanid/open-ai-apps

api api-openapi chatgpt4 chtagpt css dall-e fetch-api html javascript opne-ai svg text-davinci-003

Last synced: 6 months ago
JSON representation

Movie idea generator with ChatGPT and Dall-E

Awesome Lists containing this project

README

          

# Powered by AI🤖
AI Apps with ChatGPT, Dall-E, and GPT-4

## Screenshots
![moviePith](https://github.com/faanid/open-ai-apps/assets/73032767/5db0ac52-fecd-483a-9db9-2039e4e61243)

![advertify](https://github.com/faanid/open-ai-apps/assets/73032767/3eab7351-ccb6-4fba-967f-820c5bfb7076)

![artmatch](https://github.com/faanid/open-ai-apps/assets/73032767/043b908c-f4c0-4d61-b309-abf31f834e35)

## Run Locally

Clone the project

```bash
git clone https://link-to-project
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```