语音识别,语音转文字,会议记录自动化,Meeting Note, Speech to Note-CarlZeng
经过百般测试,实践了Python的方案,实现:可以识别英语,但是断句和整句话的整理还是不尽人意。
还不如下面这个产品 Speechnotes
https://speechnotes.co/dictate/
Pyhton的方案实践记录(部分):
cd /Users/***/opt/anaconda3/bin/
./jupyter notebook
It will open up Browser: http://localhost:8888/notebooks/Untitled.ipynb?kernel\_name=python3
brew install portaudio
Resolved the error in index of Microphone ||PaMacCore (AUHAL)|| Warning on line 530: err=’’who?’’, msg=Audio Hardware: Unknown Property
tried to reinstall and it’s working now.
brew uninstall portaudio
brew install portaudio --HEAD
works, there is a permission alert on my other screen that been ignored by me.