xtlyxt commited on
Commit
8496628
1 Parent(s): 2c7116c

Upload README.txt

Browse files
Files changed (1) hide show
  1. README.txt +51 -0
README.txt ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ File List for IFSC7370 Data Science Course, Spring, 2024
2
+
3
+ (1) BiaoFu-IFSC7370-DS-SP24.pdf
4
+ This is the report file for the assignment.
5
+ I do the analysis by developing some app using Hugging Face.
6
+ The URL of the Hugging Face app is listed in the report.
7
+
8
+ (2) 3MT-BiaoFu.ppt
9
+ This is the 3 minute presentation, the audio is inserted to the ppt file.
10
+
11
+ (3) The python codes are printed to the report, the original codes are in my spaces.
12
+ You can review the full code under each space, and the report includes the URL for each space.
13
+
14
+ (4) Folder: pythoncode in the raw date and results.zip file.
15
+ This is the folder to store some of the codes downloaded from my Hugging Face app.
16
+ app-facefeature-w1-full working.py #this file can output excel with image, more details in report.
17
+ app-facefeaturefast-w1-full working.py #this file can run faster than the file above, no excel output, more details in report.
18
+ app-facebasic-w1-full working.py #this file can display image and emotion score side by side, more details in report.
19
+
20
+ (5) raw date and results.zip
21
+ This is the raw data and app output for doing the report and data analysis.
22
+ For example:
23
+
24
+ (a) emotion_scores (12)-for project.xlsx
25
+ This is the excel file output from the app for doing analysis for the report.
26
+ The app embed the image to cell for easy datamining, etc.
27
+ The excel table is scalable according to the file quantity, though the file has 10 samples as far.
28
+ For example, the table can have 100 images if we have 100 images.
29
+
30
+ (b) For the emotion class, I make two folders initially to store the raw data and result.
31
+ The FER2013 dataset has more than 30,000 images, I sampled 100 images for each class for the initial analysis.
32
+ The FER2013 dataset was downloaded from the URL: https://www.kaggle.com/datasets/msambare/fer2013?resource=download.
33
+ The Hugging Face I developed can do full dataset, however, I need to use the pay version for using the GPU.
34
+ For example, once I can get the sponsors, I can re-run the data in a larger or full scale.
35
+ For example, the folder name starts with an is for "angry" class.
36
+ an: angry
37
+ ds: disgust
38
+ fe: fear
39
+ hp: happy
40
+ ne: neutral
41
+ sd: sad
42
+ sp: surprise
43
+ For the initial two folders belonged to angry,
44
+ antd: this folder is for store the train data and test data,
45
+ where the subfolder ant100 for test data and antr100 for train data,
46
+ ant-re: this folder is for store the *.CSV file, chart file (pie, bar, heatmap) output from the test data,
47
+ while the subfolder tra is for *.CSV file, chart file (pie, bar, heatmap) output from the train data.
48
+ the other class raw data and result are stored in the related folder following the similar naming style above.
49
+
50
+ (c) Folder name: sample image
51
+ This is the folder for storing the sample image for the report.