-
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
Recipe for searching similar videos #412
Conversation
merge dev to main
This is a good start! Especially creating a python notebook for these recipes is pretty neat. We will have to make some fundamental changes to how you are doing the recipes. I'm going to write some incorrect code to demonstrate the intent. Firstly we would like to provide functions in feluda to do some of the operations without exposing their details to the end user. For instance, we would like the user to define a config.yml file like
and then use Feluda like
Feluda's end user will not have to deal with details like Its possible we will have to change some features in Feluda to make it work but thats the plan. We'll use this space to discuss this. Might take a while to come to a good solution, so bear with the uncertainty :) |
ohh right yes, my bad @dennyabrain, we should do it the way you suggested @plon-Susk7 this is a great start!
|
@dennyabrain most open source projects have a folder called Once we push Feluda as a pypi package, we will move this folder out of |
@aatmanvaidya I don't have a strong preference. Anything thats familiar to the python ecosystem is preferable. If we are going to be using python notebooks, something like "notebooks" is definitely familiar than "code recipes". |
@plon-Susk7 also wanted to flag that if you see anything that doesn't work as expected or see code that seems odd, do flag it to us. A lot of stuff in feluda emerged either through design or us trying to make it work for some specific purposes. So there might be inconsistencies. A big goal of the 1.0 release is to fix these things. So feel free to flag them, discuss them and if possible fix too. All that effort will actually go in addressing #409 |
Hey @aatmanvaidya , i did install Jupyter lab inside venv but I deactivated as soon as it was installed. Isn't it supposed to be that way according to the wiki? |
This PR is related to issue #410
jupyter lab --ip 0.0.0.0 --port 8888 --no-browser --allow-root --NotebookApp.token=''