Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 648 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 648 Bytes

idea-generator

Alt text

Descriptions

  • Chatbot style
  • Use OpenAI to generate movie ideas
  • Engine: "text-davinci-003"

My thoughts

  • I provide a sentence

    • AI generates a photo

    • AI generates a title

    • AI picks the actors

    • AI generates a marketing synopsis

    • AI takes 30 seconds to do the job

💰 cost USD$0.9 for all the testings (You have $5 dollar free credit)

💁‍♀️ It definitely can get better with more twistings and training with this new tool.

Quick start:

$ npm install
$ npm start

Head over to https://vitejs.dev/ to learn more about using vite