/MinAI

MinAI - An AI compilataion platform

Primary LanguageTypeScriptMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License Facebook


Logo

A free experimental AI compilation platform for everyone.
Report Bug · Request Feature

Note that most of the models aren't updated yet. Please wait

Table of Contents
  1. About MinAI
  2. Feature
  3. Roadmap
  4. Clone And Installation
  5. Contributing
  6. License
  7. Contact

About The Project

MinAI is a free AI compilation platform with AI API and models on huggingface. It the project that set out my journey on AI field, later on I will be the one who wrotes all the remainings models for my own website. Hope you guys can support me. Tks

(back to top)

Built With

(back to top)

Feature

1. Sign in/Sign up with Google, Facebook , Github or traditionally: project image

2. Landing Page

project image

3. DashBoard Page

project image

4. Image Generation project image

5. Profile update project image

(back to top)

Roadmap

  • Add landing page
  • Add conversation API
  • Add Image generation API
  • Add Video generataion
  • Add Code generation
  • Add Music generation

(back to top)

Clone And Installation

Clone the project

  git clone https://github.com/Minhnhat0408/MinAI

Go to the project directory

  cd MinAI

Install dependencies

  npm install
  yarn

Start the server

  npm run dev
  yarn run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file All keys in clerk and huggingface:

  • 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
  • HUGGINGFACE_API_KEY

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Nguyễn Nhật Minh - @Minhatt048 - kurominhnhat@gmail.com

Project Link: MinAI - AI compilation platform

(back to top)

account