Giter Club home page Giter Club logo

aidream's Introduction

AI DREAM

AI DREAM is a cutting-edge SaaS platform that leverages the power of artificial intelligence to offer a rich array of services. From intelligent AI chatbots to image, code, music, and video generation, AI DREAM is designed to unlock creativity and streamline tasks.

image

Features

  • AI Chatbot: Engage users with dynamic and intelligent conversation experiences.
  • Image Generation: Transform text prompts into stunning visual representations.
  • Code Generation: Simplify coding tasks with AI-generated code snippets.
  • Music Generation: Unleash creativity by generating unique musical compositions.
  • Video Generation: Create captivating videos effortlessly through AI-driven processes.

Usage

  1. Sign Up: Create an account on AI DREAM to access a diverse range of AI services.
  2. Free Tier: Every new user enjoys a complimentary 5-generation free tier for each service.
  3. Upgrade: For extended usage, upgrade to a premium plan to continue exploring and utilizing AI capabilities.

Development Status

AI DREAM is actively under development to enhance the user interface and incorporate additional features. We are continually collaborating with various AI service providers to expand the array of offerings.

Getting Started

To set up AI DREAM locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/MEClouds/AIDream.git
    cd ai-dream
  2. Create a .env file:

    Copy the following environment variables into a .env file at the root of your project:

    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
    CLERK_SECRET_KEY=
    
    NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
    NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
    NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
    NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
    
    OPENAI_API_KEY=
    REPLICATE_API_TOKEN=
    # https://www.prisma.io/blog/database-access-on-the-edge-8F0t1s1BqOJE
    DATABASE_URL=
    
    STRIPE_API_KEY=
    STRIPE_WEBHOOK_SECRET=
    
    NEXT_PUBLIC_APP_URL="http://localhost:3000"
  3. Setup Prisma:

    Ensure Prisma is installed globally:

    npm install -g prisma

    Add a MySQL database (e.g., using PlanetScale). Then, run the following commands:

    npx prisma db push
  4. Start the app:

    npm run dev

    This will launch the application locally. Open your browser and navigate to http://localhost:3000 to access AI DREAM.

Now, you're ready to explore and develop with AI DREAM on your local environment.

Contributing

We welcome contributions! If you have ideas, bug reports, or feature requests, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

aidream's People

Contributors

meclouds 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.