Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steenpapierschaar-tech/steenpapierschaar-tech

SteenPapierSchaar.tech
https://github.com/steenpapierschaar-tech/steenpapierschaar-tech

deep-learning machine-learning opencv python

Last synced: 19 days ago
JSON representation

SteenPapierSchaar.tech

Awesome Lists containing this project

README

        

# steenpapierschaar-tech
Main repository

## Replicate system environment

**Create virtual environment**:
```
python -m venv --system-site-packages .venv
```

**Activate virtual environment**:
```Python
source .venv/bin/activate
```

**Install libraries using pip**:
```Python
pip install tk numpy scipy scikit-learn imutils opencv-python seaborn matplotlib
```

**Python packages**:
```Python
python3 -m pip install tk numpy scipy scikit-learn imutils opencv-python seaborn matplotlib
```

**Run scripts**:
```Python
python script_xyz.py
```