Skip to content

vitchor/d_AI_focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

d_AI_focus

dyfocus using AI

1st Step: Tutorial.

2nd Step: Set up development environment.

  1. Install iPython: $ sudo easy_install ipython[all]
  2. Install Macport using dmg: http://www.macports.org/install.php
  3. Close/Open terminal.
  4. Install Math pre-requisits (takes a lot of time): $ sudo port install py27-numpy py27-scipy py27-matplotlib py27-ipython +notebook py27-pandas py27-sympy py27-nose
  5. Select installed frameworks: - $ sudo port select --set python python27 - $ sudo port select --set sphinx py27-sphinx - $ sudo port select --set ipython ipython27 - $ sudo port select --set cython cython27 - $ sudo port select --set py-sympy py27-sympy
  6. Install scikit: $ sudo port install py27-scikit-learn
  7. Install scikit-image: $ sudo easy_install -U scikit-image
  8. Close/Open terminal.
  9. Download IA framework:$ git clone git://github.com/jakevdp/sklearn_pycon2013.git
  10. Go into the IA's notebooks folder:$ cd sklearn_pycon2013/notebooks
  11. Start and open tutorial server: $ ipython notebook
  12. (Optional) Install pyamg for better performance: https://pypi.python.org/pypi/pyamg

3rd Step: Run our ward script to get a piece of action

  • In your terminal, cd to the "development" folder.
  • Run the following: $ python ward.py input/sun_1.jpeg input/sun_2.jpeg 0.1 3

4th Step: Edit this tutorial and make it better. :)

========== IMPORTANT: fix jpeg bug, install lib: http://ethan.tira-thompson.com/Mac_OS_X_Ports.html

========== Learning Material: SciKit First steps

Matplot's plots example page: http://matplotlib.org/gallery.html

Connectivity graph of an image: http://scikit-learn.org/stable/modules/feature_extraction.html

Abstract model of all Machine Learning methods: http://peekaboo-vision.blogspot.com.br/2013/01/machine-learning-cheat-sheet-for-scikit.html

Clustering examples (DBScan is cool): http://scikit-learn.org/stable/auto_examples/index.html#clustering

ML Lectures: https://class.coursera.org/ml/lecture/preview

========== Learning Material: Image Clustering

Image to 2D array: http://wiki.scipy.org/Cookbook/Matplotlib/LoadImage

Histogram: http://scikit-image.org/docs/dev/auto_examples/plot_hog.html

SciKit-Image Examples: http://scikit-image.org/docs/dev/auto_examples/

About

dyfocus using AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published