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.
Goal of this project is to create an Chat AI that will help expert (doctors) during their work.
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
(orpnpm install
oryarn
)
npm i
start a development server local:
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.