ParseBrain is a library built on top of speechbrain wich is itself built on pytorch.
The objectives of this library is to be a modulable and easily extendable library for parsing related task and to be invariant to the change in modality (text and speech)
The main strength of parsebrain is the versatility, every recipe can work by just slightly tweaking the yaml when you go from working on speech to text.
Be sure you have installed speechbrain before. Then you can juste git clone this repository and
pip install -e .
I higly recommand to check out the speechbrain basic tutorial before using this library morevever so if you wish to use the speech related features.
If you have any inquiries about this project feel free to contact me using this email : [email protected]