DEV LOG 1: Personal Language Trainer
This is the start of my project Personal Language Trainer.
Initializing
- Created the transcribing component of the code using OpenAI’s open sourced model whisper.
- Created the text processor for the words transcribed to prepare it for the database. I used spaCy an NLP to clear unwanted words from the transcript of each sentence.
- The text processor contains a filter that will take valid words for communication then, put them into tiers so that it would be easier to calculate which type of words should be prioritized based of importance and usage.
That’s all for today I don’t really have much for a demo other than a screenshot (it doesn’t look really interesting tbh).
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.