Git Product home page Git Product logo

movie_mockup_generator's Introduction

Movie Mockup Generator

Quick start

$ npm install
$ npm start

Course

Build AI apps with ChatGPT, Dall-E, GPT4. Week 1/3

Week 1/3 - Build a movie idea generator with ChatGPT and Dall-E By Scrimba on Coursera

Achivements

  • Use of the OpenAI Api:
    • text-davinci-003 model
    • createCompletion enpoint
    • createImage enpoint (Dall-E)
    • max_token parameter
    • temperature parameter
  • Prompt engineering:
    • The zero shot approach
    • The few shots approach

movie_mockup_generator's People

Contributors

a2p0 avatar

Watchers

 avatar

movie_mockup_generator's Issues

Error connecting openai Api

Refused to set unsafe header "User-Agent"

According to openai/openai-node#6 :

This library is meant for server-side usage only, as using it in client-side browser code will expose your secret API key. See here for more details.
You should route your requests through a backend server that you control.

workaround for this exercice

delete configuration.baseOptions.headers['User-Agent'];

UX/UI is not consistent

Synopsis is not rendered in the output.
View itch button is still visible when the output is rendered.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.