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

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

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

deep-learning machine-learning opencv python

Last synced: over 1 year ago
JSON representation

SteenPapierSchaar.tech

Awesome Lists containing this project

README

          

# steenpapierschaar-tech
Main repository

## Replicate system environment

**Create virtual environment**:
```
python3.10 -m venv .venv
```

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

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

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