Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synergia/jupyter-opencv
Przykład wykorzystania Jupyter z OpenCV
https://github.com/synergia/jupyter-opencv
eye-detection face-detection jupyter jupyter-notebook opencv
Last synced: about 5 hours ago
JSON representation
Przykład wykorzystania Jupyter z OpenCV
- Host: GitHub
- URL: https://github.com/synergia/jupyter-opencv
- Owner: synergia
- License: mit
- Created: 2017-10-22T14:57:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T21:46:42.000Z (over 1 year ago)
- Last Synced: 2024-03-25T23:58:54.160Z (8 months ago)
- Topics: eye-detection, face-detection, jupyter, jupyter-notebook, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 6.35 MB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instalacja
*Zaleca się utworzenie środowiska wirtualnego.*pip install requirements.txt
lub jeśli występuje problem z instalacją w środowisku wirtualnym:pip install --upgrade -r requirements.txt
Następnie instalacja i aktywacja dodatków:jupyter nbextension install [--user] --py fileupload
jupyter nbextension enable [--user] --py fileupload
jupyter nbextension enable --py widgetsnbextension --sys-prefix# Uruchomienie
jupyter notebook