JiauZhang / jarvis

Just A Rather Very Intelligent System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

I use python=3.10.8 and pytorch=1.13.0 to run models.

# create environment
conda env create -f env.yml
# install whisper
pip install git+https://github.com/openai/whisper.git
# or
git clone https://github.com/openai/whisper.git && cd whisper
pip install -e .

# install speechbrain
pip install speechbrain
# or
git clone https://github.com/speechbrain/speechbrain.git && cd speechbrain
pip install -r requirements.txt
pip install --editable .

About

Just A Rather Very Intelligent System

License:MIT License


Languages

Language:Python 100.0%