Setup
This step creates a project at the given directory, which contains all files (except for the ARU data) used in the project.
Models
This project is based on the Perch-Hoplite repository, so we support the following models:
We recommend using the Perch V2 model.
Usage
Here is an example, using the perch_v2 model (which is recommended):
perch-analyzer init \
--data_dir=<data-directory> \
--project_name=<your-project-name> \
--user_name=<your-name> \
--embedding_model=perch_v2
data_diris the directory used to setup a project.