Welcome to HCAT’s documentation!
HCAT - Hair Cell Analysis Toolbox
Hcat is a suite of machine learning enabled algorithms for performing common image analyses in the hearing field.
Quickstart Guide
Installation
Install Anaconda
Perform the installation by copying and pasting the following comands into your Anaconda Prompt (Windows) or Terminal (Max/Linux)
Create a new anaconda environment:
conda create -yn hcat python=3.9
Activate the anaconda environment:
conda activate hcat
Warning
You will need to avtivate your conda environment every time you restart your prompt!
Install pytorch for CPU ONLY:
conda install pytorch torchvision torchaudio cpuonly -c pytorch
Install hcat and dependencies:
pip install hcat --upgrade
Run hcat:
hcat
Note
Follow the detailed installation guide for instructions on how to enable GPU acceleration
Analysis
Detection Gui:
Run in terminal:
hcat
CLI Hair Cell Detection Analysis:
Run in terminal:
hcat detect "path/to/file.tif"
Instructions
Analysis Entrypoints:
API Guide: