Anudeep Tubati

Results 5 comments of Anudeep Tubati

Hi @inodb , I'm a CS grad at NYU with a solid grasp of ML, PyTorch, and CLI. I've [worked on](https://github.com/NeuralFlux/foodvisorLM) LLMs for zero-shot classification on food ingredient data. I...

I realized a JSON has different standards for being "valid". May I know which standard is used to check the payload? Plain strings are valid JSON documents according to RFC...

Sure thing, it's ```json "actions": [ { "action_type": "predict", "method": "POST", "headers": { "content-type": "application/x-text" }, "url": "", "request_body": "${parameters.inputs}" } ] ```

@newgene each record signifies either a `chemical`, `concept`, `polymer`, `nucleic acid`, `protein`, `mixture`, `substance group`, or `diverse`. Only chemicals and polymers have SMILES and InChI. What should each record in...

Should I create the new parser in `src/plugins`? @newgene