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:
git clone https://github.com/prsdm/medicalgpt.git
cd medicalgpt
Make sure you have Node.js installed.
npm install
# or
yarn install
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Copyright © 2024, Prasad Mahamulkar.
Released under the MIT License.