-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Recipes for common use case #410
Comments
Examples of commonly useful recipes would be
|
Hi @dennyabrain , should we start with the examples provided by you first? |
Yes @plon-Susk7 let's do one of them. Video is interesting and sufficiently complex. Should we do the recipes related to videos? @aatmanvaidya might be able to direct you better to which operaters to look at and any relevant documentation. |
Yeah let's go with video first. I'll fetch additional details from @aatmanvaidya . |
Steps to run notebook:
pip install jupyter lab
jupyter lab --ip 0.0.0.0 --port 8888 --no-browser --allow-root --NotebookApp.token='' You can run notebook by navigating to http://localhost:8888 on your browser. |
@aatmanvaidya @plon-Susk7 something to think about, should we considering creating collab notebooks as well? I have two reasons to support this :
2 is useful because a lot of people are familiar with using google drive and create their little personal "datasets" on it all the time. So being able to process their own data using our notebooks would enhance feluda's usability for them. |
@dennyabrain even I was thinking about this but currently, there could be some limitations
I think we should definitely have examples on google colab, as its just becomes one-click for someone to replicate and use feluda -- they don't have to worry about setting up docker etc. But I feel, through the work Priyash has done so far on writing example notebooks, we should first finalise the public API and then move towards examples on colab. |
@aatmanvaidya point taken about the need to publish the library first and to finalize the API. Was getting ahead of myself. Lets do collab later then. |
Recipes are supposed to be end to end examples of using Feluda for a particular use case. While feluda itself should be easy to use and configured by an experienced python/ML engineer, these recipes would provide easy to copy-paste examples of using feluda for specific use cases. As part of this issue, we should
The text was updated successfully, but these errors were encountered: