nightguarder / ChatMedic

https://chat-medic-assistant.vercel.app
0 stars 0 forks source link

ChatMedic

AI help assistant that will support medical experts in their work. The software is powered by GPT-3.5 API.

The current production version is available online.

main page

About

Goal of this project is to create an Chat AI that will help expert (doctors) during their work.

ChatAI

The entire project is open source. Providing transparency for easier debuging. If you want to participate:

Clone this repository

git clone git@github.com:nightguarder/MedicalChat

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn)

npm i

start a development server local:

npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Developer Note:

To deploy your app, you may need to install an adapter for your target environment.