vverma022 / model-merge

Model-Merge is online platform which combines the power of multiple AI models in one.
6 stars 4 forks source link
buildspace-projects model-merge nights-and-weekends website

ModelMerge

Model Merge is an open-source platform that consolidates multiple language models into one place, allowing users to send requests to various models seamlessly from a single interface.

Features

Tech Stack

Client: React, Shadcn, Tailwind

Server: Node, Express, Postgres, Prisma-ORM

Screenshots

https://github.com/vverma022/model-merge/assets/109036913/50a1de4c-2d16-4791-badc-09cafcb3ebc5

Installation

Before you begin, ensure you have the following,

•   Node.js installed on your machine
•   API keys from the following services:
•   Gemini from https://ai.google.dev/gemini-api/docs/api-key
•   Cohere from https://docs.cohere.com/
•   Groq from https://console.groq.com/keys
•   AIMLapi from https://aimlapi.com/app/sign-up/

Run Locally

Clone the project

  git clone https://github.com/vverma022/model-merge.git

Go to the backend

  cd backend

Install dependencies

  npm install

Create a new .env file

If in Linux environment:

touch .env

Start the server

  npm run start

Go to the frontend

  cd frontend

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to the .env file in backend dir

GEMINI_API_KEY

COHERE_API_KEY

AI_ML_API_KEY

LLAMA_API_KEY

Running Tests

To run tests, run the following command

  npm run test

Roadmap

Support

For support, email vermausav018@gmail.com. or you can also reach out to me on linkedin

Badges

MIT License GPLv3 License AGPL License