make-ai by Qubits
Introduction:
make-ai is a website which helps users to make their own AI Model by dragging and dropping layers from various AI language models. For the purpose of the hackathon, we have integrated layers from Feedforward Neural Networks (FNNs), Convolutional Neural Networks (CNNs) and Large Language Models (LLMs) which connect together and make a brand new AI model.
Setup:
Installing pnpm is required for using it because pnpm is a separate package manager from npm or yarn, and it needs to be present on your system to execute its commands and manage your project dependencies.
- Install pnpm using npm, which comes bundled with Node.js.
npm install -g pnpm
- Install all dependencies of all modules:
pnpm install
- Build all the code:
pnpm build
- Start the app:
pnpm start
Technology Used
We used Python to write our layers. We got our front-end from and tech stack from flowise (an open source github repo). The languages used for our front-end is Javascript and typescript. We used ReactJS to code our front end.
In-Progress: We also have a chatbot which helps with clarifying any doubts a user might encounter while using our site. We used you.com's API in our chatbot as you.com has a human-like tone and we wanted our chatbot to feel as human as possible.