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
- Host: GitHub
- URL: https://github.com/frgfm/notebooks
- Owner: frgfm
- License: apache-2.0
- Created: 2021-10-31T09:24:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T07:00:07.000Z (over 2 years ago)
- Last Synced: 2024-11-22T13:07:10.262Z (5 months ago)
- Language: Jupyter Notebook
- Size: 1.15 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```