Giter Club home page Giter Club logo

generative-ai's Introduction

Frontend client for image generation with OpenAI

Background

The OpenAI API has demos for different clients, including node.js. However, this is a backend javascript client. A frontend Javascript client, as implemented here, should be able to call the OpenAI API endpoints directly.

Execution

  1. Get an API-key from OpenAI here.
  2. Double-click on the file openai-client.html (or open it with your browser of choice). No server is needed.
  3. Enter your API-key (once) and enter a description for the tobe generated image (as many times as you like and with the speed that the OpenAI API allows). Note that it can take some time (roughly 10-20 seconds) to receive the image.
  4. Check out the developer console upon errors (no rendering of new images).

Snapshot of the UI

UI Features

  • Interactive calls of the OpenAI API for the generation of an image
  • Rendering the generated image

Code Features

  • 100% class-based and 100% functional
    • Classes with static methods and no fields
  • No global variables
  • Promise-based
  • Separation of concerns with the following classes
    • DomController
    • RestController
    • OpenaiApi
    • OpenaiBrowserClient
    • App
  • Creating and rendering multiple images with a single HTTP call
    • The default value of 1 (for the number of images) can be changed without changing the logic.
  • Many user-defined parameters (the class OpenaiApi)
    • Possibility of defining more UI elements for more control

Examples of outputs

  • Copyright: Notes from OpenAI regarding image copyrights

  • 'Drinking tea and watching rain outside through the window'

  • 'dancing bare-foor happily alone in the rain at night'

  • '4D visualization isocahedron girl reflection'

  • 'girl and icosahedron and projection'

generative-ai's People

Contributors

nurlicht avatar

Stargazers

 avatar

Watchers

 avatar

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.