Ecosyste.ms: Awesome
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: 19 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:45:24.000Z (25 days ago)
- Last Synced: 2024-10-26T02:00:09.933Z (24 days ago)
- Topics: deep-learning, machine-learning, opencv, python
- Language: Python
- Homepage: http://steenpapierschaar.tech/
- Size: 19.3 MB
- Stars: 0
- Watchers: 2
- 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**:
```
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
```