Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 784 Bytes

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