Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tune AI PyCon India 2024 Contest
YouTube to notes Convertor
new : We can now generate and add Images to notes based off off sections. The prompts for these images are generated by a model hosted on Tune whereas the image gen is performed by a Tune Assistant (
tools/image/tune_img.py
).This is done as a post processing step as not all note might need this. But when they do, the flow is:
(optional below)
note: this is a personal project, recently revamped using Tune. There's only so much you can do with the free context length of 20k when you have to process hours and hours of data. With Tune, I'm able to play around with models, change them on-the-go, and don't have to worry about the context length (as long as I have credits). In my testing, 16k tokens consumed around 2p of credits, which is pretty decent. If I process a 2 hour lecture, some 250k tokens in total, it would cost me around 3 rs. which is way better than the 3 days that I have to wait for Gemini to generate a decent set of notes for me.
Tune AI Products Used (Required)
Checklist
Demo
Refer these sample notes