Skip to content
/ VoXera Public

An Open-Source Persian Language Techs Toolkit with Python

License

Notifications You must be signed in to change notification settings

VoXera/VoXera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoXera

The VoXera toolkit is an open-source NLP toolkit for the Persian language (text, speech, etc). In Voxera, we collect practical models and develop new ones with easy-to-use setups. VoXera is becoming more and more functional. Until now, we have made the following functionality available:

Installation

In present, VoXera can be installed and used in two different ways.

1. From Github

1- Fork Voxera

2- Clone VoXera from your Github profile

3- Run the below script in your terminal from VoXera directory:

pip install -r requirements.txt

2. From PyPi

  1. Run the below script in your terminal from VoXera directory:
pip install -r requirements.txt
  1. Installation from Pypi.
pip install VoXera

How to Use

You can find a test.py file in each folders that shows how to use VoXera's features. For example, for using Persian vosk, you can run and modify this.

To see VoXera's hierarchy:

Also you can download xmind version of the hierarchy.