Search found 75 matches: medical

Return to advanced search

Re: more GGUF Model

... https://github.com/FiveTechSoft/tinyMedical where you have the code to fine tune TinyLlama with your own data, in this case we have used a medical dataset. We encourage you to start building your own GGUFs. Full source code is available at the repo. TinyLLama is great for starting on AI ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 152

Training TinyLlama to build a medical AI model

Used code: https://github.com/FiveTechSoft/tinyMedical Trained model: https://huggingface.co/fivetech/tinyMedical-GGUF/tree/main used engine to run the resulting GGUF file: https://github.com/ggerganov/llama.cpp You can also use LM Studio to use the GGUF files: https:...
by Antonio Linares
Thu Jan 25, 2024 6:07 am
 
Forum: Artificial Intelligence examples
Topic: Training TinyLlama to build a medical AI model
Replies: 0
Views: 212

password manager with mod harbour

... Workspace, Microsoft 365) 5. Business social media or websites Other categories could include: 1. Banking and financial accounts 2. Healthcare and medical services 3. Educational institutions (e.g., university accounts) 4. Government or agency access Best regards, Otto $(document).ready(function() ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 548

Re: OpenAI class using hbCurl

Dear Reinaldo,

Are you aware that chatGPT many thanks fails (it invents) on its answers ?

This may be specially important when dealing with medical issues...
by Antonio Linares
Thu May 11, 2023 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 669

Re: OpenAI class using hbCurl

... iter   ENDIF RETURN aICD10s   Exactly how you can benefit from OpenAI, takes imagination. For me, being able to have the system automatically code medical procedures using CPT codes and diagnosis conditions using International coding diagnosis version 10 codes places my software ahead of everyone ...
by reinaldocrespo
Wed May 10, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 669

Re: ChatGPT

... thousands in savings. To fetch one of those ICD10 codes you have to have tools and people with expertise. And the expert coder needs to read a medical report which takes time. If the $20 max charge is unlimited, then that plan will work better for me. I will let you know how it goes. Let's ...
by reinaldocrespo
Tue May 09, 2023 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1165

Re: How to Curl for text messaging

... pure mod_harbor under Apache. With this combination you can setup a full automated text and reply responses using Twilio. My implementation sends medical appointment reminder texts to patients cell numbers. The patient can reply 1 to confirm or 2 to cancel. The sending texts program is a harbour ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2010

Re: How to Curl for text messaging

... pure mod_harbor under Apache. With this combination you can setup a full automated text and reply responses using Twilio. My implementation sends medical appointment reminder texts to patients cell numbers. The patient can reply 1 to confirm or 2 to cancel. The sending texts program is a harbour ...
by reinaldocrespo
Tue Feb 23, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2010

Sending and receiving SMS via Amazon webservices

Hello everyone; I'm looking to send and receive text messages (SMS). The idea is to send medical appointment reminders to patient's mobile device and receive back an appointment confirmation or cancelation via key words that the patient would text back. SMS is NOT WhatsApp. ...
by reinaldocrespo
Tue Nov 17, 2020 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and receiving SMS via Amazon webservices
Replies: 2
Views: 412

Re: When will this happen again ?? 10 Years are gone

... I've needed to purchase to stay current. We also have families to support, which includes providing a home, cars, schooling, food, clothing, medical care, and ultimately weddings. For those of us who have been blessed with kids and grandkids, we help out in many ways. Our ability to do all ...
by Silvio.Falconi
Wed May 29, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3207

Re: When will this happen again ?? 10 Years are gone

... I've needed to purchase to stay current. We also have families to support, which includes providing a home, cars, schooling, food, clothing, medical care, and ultimately weddings. For those of us who have been blessed with kids and grandkids, we help out in many ways. Our ability to do all ...
by TimStone
Wed May 29, 2019 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3207

Re: What kind of Business Applications can be developed in FWH ?

... over the years to handle functions for athletic competition scoring, charitable organizations ( a variety of activities ), and even some medical office practice management. Again, all of this can be done with FWH ...
by TimStone
Thu Mar 21, 2019 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What kind of Business Applications can be developed in FWH ?
Replies: 5
Views: 902

Re: image on menu

... nClrText ; COLORSELECT nClrPSel, nClrPSel2, nClrBPSel ; COLORLEFT nClrPMgn1 ; COLORRIGHT nClrPMgn2; COLORSEPARATOR nClrSepar ; logomenu "medical.BMP" it 's not run ok, for me this menu class not run ok
by Silvio.Falconi
Tue Oct 23, 2018 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: image on menu RESOLVED
Replies: 33
Views: 3507

Re: image on menu

... nClrBPSel ;            COLORLEFT nClrPMgn1 ;            COLORRIGHT nClrPMgn2;            COLORSEPARATOR nClrSepar ;            logomenu "medical.BMP"            oMenu:oFont := oFontMENUITEM "&File" :   MENU      MENUITEM "&New"  + chr(9) + "Ctrl+N" ...
by Silvio.Falconi
Mon Oct 22, 2018 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: image on menu RESOLVED
Replies: 33
Views: 3507

Re: image on menu

I can see color bar but not vertical image sample: https://i.postimg.cc/mgGgv4Np/MEDICAL.png Silvio, Revisa esta parte      MENUITEM "Datos ( 2013 )" FILE "..\icons\search2.ico"  //"bitmaps\16x16\menu.bmp"          MENU FONT ...
by Compuin
Sun Oct 21, 2018 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: image on menu RESOLVED
Replies: 33
Views: 3507
Next

Return to advanced search