Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 721 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 721 Bytes

Persian_ASR

A comprehensive Persian Automatic Speech Recognition (ASR) system for accurate transcription and speech-to-text conversion.

Install Requirements

pip install -r requirements.txt

Demo

Example code to predict audio.

python runner.py

Example code to predict audio.

Enter audio path:audio.ogg

امکانات فنی پیاده سازی یک دستیار هوشمند بر پایه هوش مصنوعی

Use in your code

To use ASR in your code

import ASR

prediction = ASR()

result = prediction.predict("audio.ogg")

print(result)

>> امکانات فنی پیاده سازی یک دستیار هوشمند بر پایه هوش مصنوعی