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
- Host: GitHub
- URL: https://github.com/faanid/open-ai-apps
- Owner: faanid
- Created: 2023-07-18T08:57:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T08:15:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T20:28:05.508Z (over 1 year ago)
- Topics: api, api-openapi, chatgpt4, chtagpt, css, dall-e, fetch-api, html, javascript, opne-ai, svg, text-davinci-003
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Powered by AI🤖
AI Apps with ChatGPT, Dall-E, and GPT-4
## Screenshots



## 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
```