Skip to content

prsdm/medicalgpt

Repository files navigation

MedicalGPT 🗣️

This project is built using Next.js and integrates a Medquad (fine-tuned) Large Language Model from Hugging Face🤗.

Note

This is the sample project on how to deploy LLM models in production, based on this documentation.

The model is trained on a labeled dataset using the Supervised fine tuning (SFT) method. The labeled dataset typically contains examples of instruction (input) and response (output) pairs relevant to the task. In this process, the model learns how to respond to specific instructions.

Check out the Model training part and article here:

GitHub Medium

Demo

Demo

Getting Started

Clone the repository:

git clone https://github.com/prsdm/medicalgpt.git
cd medicalgpt

Install dependencies:

Make sure you have Node.js installed.

npm install
# or
yarn install

Then run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

License

Copyright © 2024, Prasad Mahamulkar.

Released under the MIT License.