Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 448 Bytes

voice_assistant

My own implementation of applications as: Alice, Siri, etc... Yet with just command line input for now

Example

image

What I learned:

  • How to classify sentences using ML approach
  • Implement BOW from scratch
  • Got more experience in web-page parsing
  • How to determine POS of the word
  • How to play sound in python