Please install the latest version of git and python on your local machine. You can refer to the following websites for detailed instructions.
- Python - https://www.python.org/
- Git - https://git-scm.com/
- Clone the repo
git clone https://github.com/SaudIqbal-IITM/ME18B169-EE18B157-PRML-Assignment-2.git
- Change directory
cd ME18B169-EE18B157-PRML-Assignment-2
- Install packages
pip install -r requirements.txt
To run any .py file, go to the respective directory and enter the following command.
python <filename>.py
or
python3 <filename>.py
You can also use IDEs like VS Code or PyCharm to run these files.
Please note that we have commented out some code in some .py files to avoid ample computation time. You can uncomment these lines to get full-fledged results.
Please feel free to contact us if you have any doubts or difficulties.
Saud Iqbal - [email protected]
Aman Sahore - [email protected]