Giter Site home page Giter Site logo

mhasancse15 / openai-dall-e Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 2.0 7.47 MB

OpenAI Dall•E Application Build With Kotlin MVVM (Model - View - ViewModel) Clean Architecture, Beautiful Design UI, Smooth Animations Using Tools And Components Supported By Google And By Most Of The Android Development Community

License: MIT License

Kotlin 100.00%
clean-architecture hilt-dependency-injection-android kotlin-coroutines kotlin-flow mvvm-android navigation-architecture-component

openai-dall-e's Introduction

OpenAI Dall•E AI Kotlin Mobile App

OpenAI Dall•E Application Build With Kotlin MVVM (Model - View - ViewModel) Clean Architecture, Beautiful Design UI, Smooth Animations
Using Tools And Components Supported By Google And By Most Of The Android Development Community

***

💻 Used API

Live API URL Check from blow 👇 , This project is not affiliated with nor endorsed by OpenAI.

https://openai.com/api

DALL·E preview app. (Web Version)

🛠 Setup

  • Step 1. Get An API Key

You can get API key from here https://beta.openai.com/account/api-keys.

  • Step 2. Add it in your project

Add the API Key in your project Constants file

Root : common/Constants

object Constants {
   ...
    const val TOKEN = "Place Your Token Here"
   ...
}

🔎 Usage

Image Generation

The Images API provides three methods for interacting with images:

  • Creating images from scratch based on a text prompt (This Project Contain Just This For a While...)
  • Creating edits of an existing image based on a new text prompt
  • Creating variations of an existing image

💲 Pricing

Check the link for your usage https://beta.openai.com/account/usage

Check the link for current prices https://openai.com/api/pricing

This API Gives you $18.00 for Free trial usage
After that you have to pay as much as you use

RESOLUTION PRICE
1024×1024 $0.020 / image
512×512 $0.018 / image
256×256 $0.016 / image

♥ Contributions

Contributions are welcome, use the pull request


🛠 Built With

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.