Skip to content

Numbuh474/cda-5155-tensorflow

 
 

Repository files navigation

Intro

This repo contains code developed for the CDA class - Fall 2019

Setup steps

python3 -m venv .env
source ./.env/bin/activate
pip install -r requirements.txt

Image processing

./parse_images.py -h
usage: parse_images.py [-h] [-i INPUTDIR] [-o OUTPUTDIR] [-w WIDTH]

optional arguments:
  -h, --help            show this help message and exit
  -i INPUTDIR, --inputdir INPUTDIR
                        input directory name
  -o OUTPUTDIR, --outputdir OUTPUTDIR
                        output directory name
  -w WIDTH, --width WIDTH
                        output image width (default 512 px)

References

Anaconda

brew cask install anaconda
du -hcs /usr/local/Caskroom/anaconda/2019.10/Anaconda3-2019.10-MacOSX-x86_64.sh
    ==> 424M

Update path to make accessible - add to ~/.zshrc
    export PATH="/usr/local/anaconda3/bin:$PATH"
 source ~/.zshrc

conda init zsh
conda create -n test-conda
conda activate test-conda
jupyter notebook

conda deactivate
conda remove -n test-conda -all

Geohash

Picking the number of clusters

Deep Learning: Our Miraculous Year 1990-1991

About

image processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.3%
  • Python 12.9%
  • Makefile 0.8%