Hrishikesh332 commited on
Commit
3e8e173
1 Parent(s): ffb6c81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -16,6 +16,24 @@ co2_eq_emissions:
16
  emissions: 1.132924473643039
17
  ---
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  # Model Trained Using AutoTrain
20
 
21
  - Problem type: Binary Classification
@@ -29,4 +47,5 @@ co2_eq_emissions:
29
  - Precision: 1.000
30
  - Recall: 1.000
31
  - AUC: 1.000
32
- - F1: 1.000
 
 
16
  emissions: 1.132924473643039
17
  ---
18
 
19
+ **Dataset**
20
+
21
+ The dataset consist of two label images:
22
+ * Meme
23
+ * Not Meme
24
+
25
+ Meme folder consist of 222 meme images and Not Meme folder consist of 108 non meme files. Meme file consist most of the images contaning the text on the picture and not meme consist of all type of images from sports to the text in various forms like document, image text to get the higher accuracy and understand about the meme in a most efficient way.
26
+
27
+ **UseCase**
28
+
29
+ * **Content Moderation** - The meme classification model can be used to filter out the content of meme from the vast amount of data generated for the specific domain from the social media for the better understanding.
30
+
31
+ **Future Scope**
32
+
33
+ * Further work on the sentiment of the meme image like positive, voilence, offensive, sarcasm, neutral, etc. This can be used for various task like:
34
+ * **Education** - To eliminate the offensive content from the curated memes for education
35
+ * **Brand Monitoring** - To understand the sentiments of the user by understanding the representation by meme culture for decision making process.
36
+ *
37
  # Model Trained Using AutoTrain
38
 
39
  - Problem type: Binary Classification
 
47
  - Precision: 1.000
48
  - Recall: 1.000
49
  - AUC: 1.000
50
+ - F1: 1.000
51
+