AI-应用大全

图片中文识别
https://github.com/PaddlePaddle/PaddleOCR
https://github.com/breezedeus/cnocr
python3 scripts/cnocr_predict.py --file text.png
文字处理
https://github.com/hankcs/HanLP
https://github.com/hankcs/pyhanlp
https://github.com/ownthink/Jiagu
分词
hanlp segment <<< ‘欢迎新老师生前来就餐’
句法分析
hanlp parse <<< ‘欢迎新老师生前来就餐’
关键词提取
HanLP.extractKeyword(‘欢迎新老师生前来就餐’, 2)
自动摘要
HanLP.extractSummary(‘欢迎新老师生前来就餐’, 3)
依存句法分析
HanLP.parseDependency(‘欢迎新老师生前来就餐’)
语音识别
https://github.com/nl8590687/ASRT_SpeechRecognition
python3 asrserver.py
https://github.com/kaldi-asr/kaldi
http://kaldi-asr.org/
https://github.com/jackyyy0228/Chinese-ASR
TTS
https://github.com/espnet/espnet

预训练模型镜像
https://coggle.club/note/dl/pretrained-models

文字转语音
大声说一句:
say { {“I like to ride my bike.”}}
大声朗读文件:

你可能感兴趣的:(AI开源,语音识别,计算机视觉,目标检测,人工智能,自然语言处理)