Skip to content

Latest commit

 

History

History

04 - Jupyter notebook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercise 4

👨‍🎓 This project was carried out during my master's degree in computer vision at URJC - Madrid

Converting exercise 3 into a Jupyter Notebook

Goals

  • Converting exercise 3 into a Jupyter Notebook

Requirements

  • Python 3.7+

  • jupyter ~= 1.0.0

  • matplotlib ~= 3.3.4

  • numpy ~= 1.21.3

  • pandas ~= 1.0.5

How to install all the requirements :

pip3 install -r requirements.txt

Usage

jupyter notebook compute_stats.ipynb

Authors