helpme banner

helpme

4 devlogs
6h 5m 24s

a tool that would help me do other stuff while im in online lessons
(takes a screenshot, gets the answer from hcai, uses a local model to clone my voice and say the answer in my voice in a zoom meeting)

This project uses AI
  • f5 cloning debugging, voice model setup.
Demo Repository

Loading README...

divpreet

ready to ship

copied demo website from downloadarr, made a simple banner on photopea, linked helpme-site, and the time spent debugging on the exec (helpme-macos) to the project. also recorded a final demo!

0
divpreet

helpme - executable

made a executable using pyinstaller, and the project would only work on macos, as it uses specific macos only utils like screencapture, and applescript! i hope the readme is well descripted, and makes it easy to run, fixed bugs wihth the release, it now works! a venv is needed with f5_tts_mlx installed, the readme better mentions it all.

Changelog

0
divpreet

tui interface

made a simple tui interface using rich, i did have to change the two files a tiny bit, to make imports from the cli work properly, i dont plan on really making this project more advanced, would probably ship after packaging this, also rich is fire.

Changelog

0
divpreet

helpme

so, basically this is a tool which would make life very easy, I just take a screenshot of a question, then the question is passed on to hcapi, and it gets the answer, clones my voice, says the answer in my voice.

so far, i have the basic loop ready, where i take a screenshot (native macos screenshot hype_hollow ), and the image gets passed on to the hc api gemini model, and it gets the answer. and then the model says the answer. the model is a bit finnicky, but it works.

Changelog

0