Skip to content

aalsaedi265/computerVison_keras_tensorflow_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helpful links

https://www.youtube.com/watch?v=19LQRx78QVU&t=1158s


error note to reslove 



notes
  HARD OG WAY TO GET ACCESS IF THING ARE NOT COPPERATING 
====>>>>>      anaconda-navigator   <========== allows access anacond tools like jupyter based on path using Command promtpt allows gui to access labs or notebook and others

jupyter lab  => directory will open it right in that directory without gu

BOTH NEED TO BE RAN IN ANACONDA PROMPT


CREATE VENV
python -m venv imageClassification   => in directory run creates vritual with following name imageClassification (windows)

ERROR
if scripts are disabled due to security policy
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy Restricted

if jupyter lab is having hard time
conda update jupyterlab


ACTIVATE
.\envName\Scripts\activate

deactivate => turn off

LINK VENV TO JUPYTER

py -m pip install ipykernel => link vene to jupyter

py -m ipykernel install --name=envName

py -m jupyter kernelspec list
py -m jupyter kernelspec uninstall


PYTHON 3.11+ from now on use
  python.exe 
  py -m

crt + s   to save jupyter lab
pip install tensorflow opencv-python matplotlib

google extension download all images reall good to get data for modeling 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published