The "Movie Pitch" project is an interactive tool that allows users to transform a one-sentence idea into a full synopsis for a movie. With the provided title, cast, and cover art, users can unleash their creativity and imagine a captivating story that captures the essence of their initial concept.
- HTML
- CSS
- JavaScript
- OpenAI API
To get started with the Movie Pitch, follow these steps:
- Clone the repository:
git clone https://github.com/king7saksham/movie-pitch.git
- Navigate to the project directory:
cd movie-pitch
- Install the dependencies:
npm install
-
Set up the OpenAI API key by putting API key in the env.js file.
-
Start the application:
npm start
- Enter your movie idea in the provided text area.
- Click the "Send" button.
- Wait for the movie pitch generation process to complete.
- Click the "View Pitch" button to see the complete movie pitch.
- The generated movie title, cast, synopsis, and cover art will be displayed.
This project is licensed under the MIT License.