Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Word count is very far from actual number of words #41

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

The problem was actually with the debug text. It had excessive newline characters that would not be generated by the actual transcript. I have replaced it with one that is more simple, but if we add the ability to upload text files, or use a more advanced transcription method we may need to take another look at this issue.