activeloopai / deeplake

Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop.ai
https://activeloop.ai
Apache License 2.0
8.11k stars 622 forks source link

[FEATURE] Add important tutorials to hub docs #1585

Open istranic opened 2 years ago

istranic commented 2 years ago

🚨🚨 Feature Request

Is your feature request related to a problem?

Hub docs are missing the following tutorials in order of priority:

Tips for completing the task

If your feature will improve HUB

It will provide users helpful starter-code for training different types of models

istranic commented 2 years ago

@Manas2030

Manas2030 commented 2 years ago

Hey @istranic, I'll work on the tutorials. 🙂

istranic commented 2 years ago

Hey @Manas2030 Just making sure that you're still working on this? How is progress so far? Do you need any assistance?

jaivanti commented 2 years ago

Is this issue still open? I would love to work on it?

istranic commented 2 years ago

Hi @jaivanti The PyTorch components are complete, but the TensorFlow ones are not. Are you interested in those?

jaivanti commented 2 years ago

Yes! I would go for it

istranic commented 2 years ago

Hi @jaivanti Great. I think the best approach would be to implement the tutorial below using hub's TensorFlow integration.

https://docs.activeloop.ai/hub-tutorials/training-an-object-detection-and-segmentation-model-in-pytorch

Let me know if you have any questions.

jaivanti commented 2 years ago

Thanks @istranic So just want to confirm....I just have to build a similar pipeline as that mentioned in the link but i gotta do it in Tensorflow?