Skip to content

Commit 33f36da

Browse files
iscai-msftlmazuel
authored andcommitted
Cognitive services python face samples (#20)
* added working samples for common and detection * edited common and detection parameters and completed find_similar sample * edited find_similar sample and added group sample * added identify sample * added samples for verify * finished samples and edited retrieval method of environment variables * cleaned up samples, getting rid of unused imports and variables * consolidated the face samples into a single python file face_samples.py * edited commenting in face samples * got rid of change I accidentally made to text analytics samples * changed samples.tools import to tools import * edited face samples based on requests and added image_analysis_in_stream back as a sample * properly added .idea/ to gitignore * fixed with requested changes * replaced samples.tools with tools * streamlined python code * edited python face samples, still need to check on return type * edited face samples and fixed errors
1 parent 948e8da commit 33f36da

File tree

2 files changed

+704
-4
lines changed

2 files changed

+704
-4
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@ ENV/
9999

100100
# mypy
101101
.mypy_cache/
102+
103+
# idea files
104+
.idea/
105+
106+
#DS store
107+
.DS_Store
108+
samples/DS_Store

0 commit comments

Comments
 (0)