Giter Site home page Giter Site logo

Comments (11)

harshit-saraswat avatar harshit-saraswat commented on July 17, 2024 1

@bnealey, I see. Plus they even removed the Embedding file link which they gave in their repository. We need an updated repository and model now.

from how-to-build-a-biomedical-startup.

lmcdo avatar lmcdo commented on July 17, 2024 1

@bnealey, could you say how to convert the model to hd5 ? :)
No luck with RetrieveQA. Confused by the weights, embeddings, and nn's involved

from how-to-build-a-biomedical-startup.

eagerashwani avatar eagerashwani commented on July 17, 2024

Where is model? I can't find

from how-to-build-a-biomedical-startup.

pumpkinband avatar pumpkinband commented on July 17, 2024

https://colab.research.google.com/drive/11hAr1qo7VCSmIjWREFwyTFblU2LVeh1R how can I integrate this model to flutter app @therichiekumar

from how-to-build-a-biomedical-startup.

harshit-saraswat avatar harshit-saraswat commented on July 17, 2024

Anyone has any idea about how to do it? as the developer hasn't uploaded any pb or h5 file for the saved model. Please shed some light?

from how-to-build-a-biomedical-startup.

bnealey avatar bnealey commented on July 17, 2024

In this video, around timestamp 45:20, converting it into a .tflite is one of the steps.

Check the dev's previous healthcare app to see a nicely integrated tensorflow lite.

from how-to-build-a-biomedical-startup.

harshit-saraswat avatar harshit-saraswat commented on July 17, 2024

@bnealey actually in the original repository of Doc Product and also the colab file link given in the repository, there isn't any model file which we can convert into the .tflite format. Any ideas about it?

from how-to-build-a-biomedical-startup.

bnealey avatar bnealey commented on July 17, 2024

@harshit-saraswat did you find the directory labelled GPT2Folder? The python code in cell 3 needs to be updated.

from how-to-build-a-biomedical-startup.

Chrome3912 avatar Chrome3912 commented on July 17, 2024

try the api: https://pocket-derm.firebaseapp.com/

from how-to-build-a-biomedical-startup.

eagerashwani avatar eagerashwani commented on July 17, 2024

@Chrome3912 please provide example.

from how-to-build-a-biomedical-startup.

Chrome3912 avatar Chrome3912 commented on July 17, 2024

@therichiekumar you have to purchase the api to get a key. But after that its a simple post request w/ json.
Python example:

import requests
r = requests.post(url='http://li1027-34.members.linode.com/predict/{APIKEY}', json = {"question":"my skin is itchy"} )

This should work once you get the API key
image

from how-to-build-a-biomedical-startup.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.