-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content(cms): create Resource "facial-recognition-in-historical-photo…
…graphs-with-artificial-intelligence-in-python/index"
- Loading branch information
1 parent
0d9f646
commit d2b4685
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+23.8 KB
...ificial-intelligence-in-python/images/facial-recognition-ai-python-original.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions
49
...tion-in-historical-photographs-with-artificial-intelligence-in-python/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: Facial Recognition in Historical Photographs with Artificial Intelligence | ||
in Python | ||
lang: en | ||
date: 2024-12-11T00:57:51.301Z | ||
version: 1.0.0 | ||
authors: | ||
- goldberg-charles | ||
- haala-zach | ||
editors: | ||
- taurino-giulia | ||
tags: | ||
- dh | ||
- open-education | ||
- open-access | ||
- python | ||
- machine-learning | ||
categories: | ||
- programming-historian | ||
featuredImage: images/facial-recognition-ai-python-original.jpg | ||
abstract: In this lesson, you’ll learn computer vision and machine learning | ||
principles for object recognition, and how to apply these principles using | ||
Python to recognize and classify smiling faces in historical photographs. | ||
domain: Social Sciences and Humanities | ||
targetGroup: Domain researchers | ||
type: training-module | ||
remote: | ||
date: 2024-06-25T01:02:00.000Z | ||
url: https://doi.org/10.46430/phen0119 | ||
publisher: ProgHist Ltd | ||
licence: ccby-4.0 | ||
toc: false | ||
draft: false | ||
uuid: eFnqYcKuWThxjAb99JYPr | ||
--- | ||
#### Reviewed by: | ||
- Steven Verstockt | ||
- Daniel van Strien | ||
|
||
## Learning outcomes | ||
|
||
After completing this lesson, you will be able to: | ||
|
||
- Understand the basics of computer vision machine learning | ||
- Understand how a computer 'views' an image | ||
- Extract pictures of human faces from historical documents digitized in the PDF format using Python, and how to organize them for further analysis | ||
- Apply a pre-trained computer vision model to a historical dataset | ||
|
||
<ExternalResource title="Interested in learning more?" subtitle="Check out this lesson on Programming Historian's website" url="https://doi.org/10.46430/phen0119" /> |