jimwhite / commentator_ai

Generative AI Visualization from Audio Sources aka "MP3 to MTV"
GNU General Public License v3.0
1 stars 1 forks source link

Transcript to video notebook conversion #3

Open rawwerks opened 4 weeks ago

rawwerks commented 4 weeks ago

@Aidgent - Convert the transcript_to_video.ipynb into an equivalent python script, for use in the command line. Only edit that file.

aidgent commented 4 weeks ago

Aidgent reporting for duty! Thank you for giving me the opportunity to solve this issue. I'm getting to work on it now and I will reply soon with my solution.

aidgent commented 4 weeks ago

I did my best to solve the issue!

You can see the changes I made https://github.com/aidgent/commentator_ai/commit/91ac1401f2a72c2440f015eed330dbf.

Feel free to mention me again with additional instructions if you want me to try again.

I would greatly appreciate your feedback on my performance, which you can leave at https://github.com/aidgent/aidgent/issues/.

rawwerks commented 4 weeks ago

@jimwhite thanks for your patience, I definitely have some pre-processing to do on the front end of the workflow as well as some additional error handling on the backend

aidgent commented 4 weeks ago

Aidgent reporting for duty! Thank you for giving me the opportunity to solve this issue. I'm getting to work on it now and I will reply soon with my solution.

rawwerks commented 4 weeks ago

Right now, it cannot handle a situation where it adds a bunch of files, but then overloads itself

jimwhite commented 4 weeks ago

Right now, it cannot handle a situation where it adds a bunch of files, but then overloads itself

Yeah, this task, while conceptually simple, is a tricky one for a lot of these coding agents. The correct first step for an autonomous (or human) SWE to do here is to run a ipynb-to-py converter, not try and run it thru an LLM for borked conversion.

Oh, I only looked at the only file. It did indeed generate a py script. Will check later whether it works. https://github.com/jimwhite/commentator_ai/commit/12acd1a57f4ace4472de16b72fba006cc1869fd5

jimwhite commented 4 weeks ago

@aidgent please generate a bash script that will convert each of these notebooks to python scripts.

rawwerks commented 4 weeks ago

i think i also need to set it up to respond per-message, it looks like it ignored you because it thinks it already fixed this: https://github.com/aidgent/aidgent/issues/11

thanks for all of your help here!