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
- Host: GitHub
- URL: https://github.com/steenpapierschaar-tech/steenpapierschaar-tech
- Owner: steenpapierschaar-tech
- Created: 2024-09-14T13:08:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T14:44:58.000Z (over 1 year ago)
- Last Synced: 2025-03-08T15:19:06.267Z (over 1 year ago)
- Topics: deep-learning, machine-learning, opencv, python
- Language: Python
- Homepage: http://steenpapierschaar.tech/
- Size: 1.03 GB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```