Skip to content

TheReconPilot/gaussian-mixture-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e37cc8 · May 11, 2022

History

35 Commits
Mar 20, 2022
May 5, 2022
May 11, 2022
May 6, 2022
May 11, 2022
Mar 20, 2022
Apr 14, 2022
May 6, 2022
May 6, 2022
Mar 27, 2022
Mar 27, 2022
Apr 14, 2022
Mar 27, 2022
May 5, 2022
May 5, 2022
May 6, 2022

Repository files navigation

Gaussian Mixture Models

This repository is the result of a Semester Project on Gaussian Mixture Models by Goirik Chakrabarty and Purva Parmar, under Prof Leelavati Narlikar at IISER Pune. The site is built using Jupyter Book.

Site Link: https://thereconpilot.github.io/gaussian-mixture-models

Local Development

Install requirements:

pip3 install -r requirements.txt

After that, add or edit any content, and assuming that we are in the top level folder where the _config.yml file is present, we can build using

jb build .

Refer to Jupyter Book for more details.

The build files should be present in _build/html. This directory should be used to check final results before committing content to git.

The site is automatically built and published with GitHub Actions, so the _build directory has been added to .gitignore.

Contact