j3soon / whisper-to-input

An Android keyboard that performs speech-to-text (STT/ASR) with OpenAI Whisper and input the recognized text; Supports English, Chinese, Japanese, etc. and even mixed languages.
35 stars 4 forks source link

Fix the problem of being flagged as a virus by Google #10

Open j3soon opened 10 months ago

j3soon commented 10 months ago

As in our offline discussion, the current APK is flagged as a virus by Google.

This may be fixed by referring to the Details tab in VirusTotal, or potentially using git bisect to locate the code segments that causes the program to be flagged as a virus.