Installation ============ Quick Install ------------- .. code-block:: bash pip install haam # (TBA - not available yet) Development Install ------------------- .. code-block:: bash git clone https://github.com/raymondli-me/haam.git cd haam pip install -e . Requirements ------------ HAAM requires Python 3.8+ and automatically installs all necessary dependencies including: - numpy, pandas, scikit-learn - matplotlib, seaborn, plotly - sentence-transformers - umap-learn, hdbscan - wordcloud (optional, for word cloud visualizations)