Skip to content

Commit 33c4dec

Browse files
Merge pull request #66 from jonathanrocher/doc/betterreadme
Add screenshot of the application.
2 parents 57c2cdd + 66455a1 commit 33c4dec

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ In this workshop, we will learn to embed scientific tools into a robust
99
scientific application that can scale from a tiny UI to a large platform. As an
1010
example, attendees will build an image browser application (including
1111
face-detection capabilities), allowing users to search through their pictures,
12-
based on various criteria. We will start from a simple jupyter notebook and
12+
based on various criteria. We will start from a simple python script and
1313
progressively turn it into a complete application using Matplotlib and several
1414
packages from the Enthought Tool Suite such as Traits, TraitsUI and Pyface. In
1515
the process, attendees will learn how to design clean, maintainable and
16-
scalable applications, and package them into an installer.
16+
scalable applications, and discuss sharing your tool with your users.
17+
18+
Ultimately, we will be building fairly sofisticated application that allows
19+
users to explore images on their machines and detect faces in them:
20+
21+
![full app screenshot](pycasa_final.png)
22+
1723

1824
## Set up instructions
1925
First step to set yourself up is to clone this repository

pycasa_final.png

460 KB
Loading

0 commit comments

Comments
 (0)