aperture-data / aperturedb-python

ApertureDB Python Client
Other
4 stars 3 forks source link

Adopt a notebook. #483

Open gsaluja9 opened 2 weeks ago

gsaluja9 commented 2 weeks ago

There are some notebooks in this repo which gets published to docs. Those docs has links to open the notebooks on colab.

They may not work if opened in colab, with additional setup, files, etc.

We might need some more code cells on the lines of:

When opened in colab, a user who has an instance of db should be able to run through the notebook. The list of the notebooks are as follows: https://github.com/aperture-data/aperturedb-python/blob/develop/examples/similarity_search/similarity_search.ipynb https://github.com/aperture-data/aperturedb-python/blob/develop/examples/loaders_101/loaders.ipynb https://github.com/aperture-data/aperturedb-python/blob/develop/examples/loading_with_models/models.ipynb https://github.com/aperture-data/aperturedb-python/blob/develop/examples/image_classification/pytorch_classification.ipynb

Also, the other notebooks / snippets which we do publish on docs should be tested.

gsaluja9 commented 5 days ago

Starting https://github.com/aperture-data/aperturedb-python/blob/develop/examples/loaders_101/loaders.ipy

drewaogle commented 5 days ago

I'm working on similarity search

https://github.com/aperture-data/aperturedb-python/blob/develop/examples/similarity_search/similarity_search.ipynb