code-kern-ai / bricks

Open-source natural language enrichments at your fingertips.
Apache License 2.0
447 stars 23 forks source link

[MODULE] - Framework/Library or Technology extraction #277

Open h3lmii opened 1 year ago

h3lmii commented 1 year ago

Please describe the module you would like to add to bricks Given a text, I'd like to extract the framework mentionned . Example: "TensorFlow is an open source framework developed by Google researchers " -> extract Tensorflow Do you already have an implementation? Maybe with Spacy we can train custom model

Additional context It's used in Chatbots. When I was learning Pytorch,I had some complex Tensorflow models so I wrote to GPT: "convert this Tensorflow code to Pytorch"

LeonardPuettmannKern commented 1 year ago

That's a cool idea! Thank you for suggesting this. 👍