Briiqn / BriiqnGen

An outlook account generator i wrote 2 months ago in 15 minutes (uses openai's whisper recog model https://github.com/openai/whisper )
GNU General Public License v3.0
10 stars 5 forks source link

Multiple Issues #2

Closed namanbhardwaj46 closed 1 year ago

namanbhardwaj46 commented 1 year ago

Which version of whisper should be used, it's not mentioned in requirements file, as latest module leads to different error.

Screenshot 2023-06-02 010636

Briiqn commented 1 year ago

Hi, the version shouldnt be an issue, instead the path formatting seems to be the issue. This is due to me writing thia on linux where '/' defines a path/folder but windows does not. Furthermore i do not have plans in the foreseeable future to update this as it is patched.