Hbp100
- 7 Devlogs
- 26 Total hours
Imagine someone just got released form hospital with a bunch of medical documents , prescriptions and now he is unable to read those all(might be due to different native language or low english proficiency or even too much papers), so they wd like to rely on a llm . Same goes for insurance , business logs or even a dev like me but it is scary to thing abt all our private data is directly sent to the llm, i mean real humans will review the data for preparing better dataset, i felt uncomfortable so i build hbp100. Its a ai to save privacy from ai .It is a ml model built with thousands of examples and it just swaps private data with place holders like [email protected] with [EMAIL_1] , the llm gets enough context(and if using the placeholder kills context my ml is designed not to mask or mask based on confidence ) to work without using users real data and after response my engine again swaps the place holder with the real data and as it runs on the users device .