/voice-notes

This software convert speech to text and save it into txt format

Primary LanguagePython

Voice notepad

This software convert speech to text and save it into txt format

Made in python3.8

Installation

$ Install python3.x in your system $ Type this command in your terminal

pip3 install -r requirements.txt

Note :-

  • If your are not able download pyaudio then download pyaudio file from here
  • Make sure device is connected to internet while executing this code

Execution

$ Run main.py file

python3 main.py

Programming languages used

Python