An open API service indexing awesome lists of open source software.

https://github.com/frgfm/notebooks

Home to jupyter notebooks for all my projects
https://github.com/frgfm/notebooks

Last synced: 5 months ago
JSON representation

Home to jupyter notebooks for all my projects

Awesome Lists containing this project

README

        

# Notebooks

Home to jupyter notebooks for all my projects

## Installation

First you need to install Pandoc
```shell
sudo apt-get update
sudo apt-get install pandoc -y
```
then move on to the Python dependencies using pip:
```shell
pip install -r requirements.txt
```

## Usage
```shell
make torchcam-notebooks
```