Inspiration

I know I use to do lists a lot and wanted to include speech to text recognition so I decided I would come up with an idea where I can combine both.

What it does

Takes input from users in the form of speech input or text input and starts to create a to do list

How I built it

I used Python and the SpeechRecognition library to build it

Challenges I ran into

I had an issue with SpeechRecognition as the PyAudio module is not properly being installed onto my laptop

Accomplishments that I'm proud of

I wanted to take a complex idea and bring it to life

What I learned

How to import libraries on Python using a command prompt

What's next for ToDoList

I want to get the speech to text recognition to work and then also include some form of a database, so that I can properly pull my data at all times

Built With

  • pyaudio
  • python
  • speechrecognition
Share this project:

Updates