haydenbanz commited on
Commit
bd09786
·
verified ·
1 Parent(s): 13f1061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -3
README.md CHANGED
@@ -1,3 +1,85 @@
1
- ---
2
- license: cc-by-nc-nd-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # EmoSense
2
+
3
+
4
+ ![EmoSense Logo](https://raw.githubusercontent.com/haybnzz/EmoSense/refs/heads/main/Emosense.png)
5
+
6
+ [![Python - EmoSense](https://img.shields.io/static/v1?label=Python&message=EmoSense&style=for-the-badge&logo=python&logoSize=auto&labelColor=4B4453&color=FF6F61)](https://github.com/haybnzz/EmoSense)
7
+ [![CC BY-NC 4.0 License](https://img.shields.io/static/v1?label=License&message=CC%20BY-NC%204.0&style=for-the-badge&logo=creative-commons&logoSize=auto&labelColor=4B4453&color=FFD166)](https://github.com/haybnzz/EmoSense/blob/main/LICENSE)
8
+ [![Python Version](https://img.shields.io/static/v1?label=Python&message=3.6%2B&style=for-the-badge&logo=python&logoSize=auto&labelColor=4B4453&color=06D6A0)](https://www.python.org/downloads/)
9
+ [![GitHub Issues](https://img.shields.io/github/issues/haybnzz/EmoSense?style=for-the-badge&logo=github&logoSize=auto&labelColor=4B4453&color=118AB2)](https://github.com/haybnzz/EmoSense/issues)
10
+ [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/haybnzz/EmoSense?style=for-the-badge&logo=github&logoSize=auto&labelColor=4B4453&color=073B4C)](https://github.com/haybnzz/EmoSense/pulls)
11
+ [![GitHub Stars](https://img.shields.io/github/stars/haybnzz/EmoSense?style=for-the-badge&logo=github&logoSize=auto&labelColor=4B4453&color=EF476F)](https://github.com/haybnzz/EmoSense/stargazers)
12
+ ![Profile Views](https://komarev.com/ghpvc/?username=haybnzz&style=for-the-badge&logo=github&logoSize=auto&labelColor=4B4453&color=FFD166)
13
+ [![Hugging Face Datasets](https://img.shields.io/badge/HuggingFace-Datasets-FFB000?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/datasets/haydenbanz/EmoSense_Datsets)
14
+ [![Hugging Face Model](https://img.shields.io/badge/HuggingFace-Model-19A974?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/haydenbanz/EmoSense_model)
15
+ [![Hugging Face Live](https://img.shields.io/badge/HuggingFace-Live-FF6F61?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/spaces/haydenbanz/EmoSense)
16
+
17
+
18
+ > EmoSense: An advanced AI model designed to detect emotions from facial images and infer psychological behavior. Trained on a diverse dataset, EmoSense identifies seven core emotions—angry, disgusted, fearful, happy, neutral, sad, and surprised—with high accuracy. Using deep learning, it analyzes visual cues to provide insights into emotional states and potential behavioral tendencies, making it a powerful tool for understanding human affect in real-time.
19
+
20
+
21
+ ## Purpose of EmoSense
22
+ - Harness the power of machine learning to understand and interpret human emotions from image data.
23
+ - Leverage advanced natural language processing (NLP) techniques for sentiment analysis and emotion detection.
24
+ - Predict emotional trends to provide insights into written content.
25
+ - Offer an accessible tool for personal use, research, or non-commercial applications.
26
+ - Explore emotional undertones with integration of Hugging Face models and datasets.
27
+ - Encourage collaboration and innovation under a non-commercial CC BY-NC 4.0 license.
28
+
29
+ # Installation Guide for EmoSense
30
+
31
+ # Installation Guide for EcomPredict
32
+
33
+ ## Step 1: Fork the Repository
34
+ 1. Go to the [EcomPredict GitHub repository](https://github.com/haybnzz/EmoSense).
35
+ 2. Click on the "Fork" button in the upper right corner of the page to create a copy of the repository under your own GitHub account.
36
+
37
+
38
+
39
+ `git clone https://github.com/haybnzz/EmoSense.git`
40
+ `cd EmoSense`
41
+ `pip install -r requirements.txt`
42
+ `python app.py`
43
+ `python app_ui.py`
44
+ `python app_cmd.py`
45
+
46
+
47
+ ## EmoSense Resources
48
+
49
+ - **Datasets:** [EmoSense Datasets](https://huggingface.co/datasets/haydenbanz/EmoSense_Datsets)
50
+ - **Models:** [EmoSense Models](https://huggingface.co/haydenbanz/EmoSense_model)
51
+
52
+
53
+ # EmoSense Project Documentation
54
+
55
+ ## Data Reading
56
+ - **Command:** `streamlit run app_ui.py`
57
+ - **Description:** Launches a Streamlit GUI interface where you can upload text files or datasets for emotion analysis.
58
+
59
+ ## Data Conversion to Model
60
+ - **Command:** `python app.py`
61
+ - **Description:** Converts text datasets into a trained AI model for emotion detection and sentiment analysis.
62
+
63
+ ## Heatmap Creation
64
+ - **Command:** `python app_cmd.py`
65
+ - **Description:** Generates a heatmap of emotional intensity from text data. Modify the file path in `app_cmd.py` to specify the input dataset or text file to analyze.
66
+
67
+
68
+ ## 📜 License
69
+
70
+ This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License. See the [LICENSE](LICENSE) file for more details.
71
+
72
+ **Unauthorized use is strictly prohibited.**
73
+
74
+ 📧 Email: [email protected]
75
+
76
+ ### Contributors and Developers
77
+
78
+ [<img src="https://avatars.githubusercontent.com/u/67865621?s=64&v=4" width="64" height="64" alt="haybnzz">](https://github.com/haybnzz)
79
+
80
+ [<img src="https://avatars.githubusercontent.com/u/144106684?s=64&v=4" width="64" height="64" alt="Glitchesminds">](https://github.com/Glitchesminds)
81
+
82
+ ## ☕ Support
83
+
84
+ Donate via Monero: `45PU6txuLxtFFcVP95qT2xXdg7eZzPsqFfbtZp5HTjLbPquDAugBKNSh1bJ76qmAWNGMBCKk4R1UCYqXxYwYfP2wTggZNhq`
85
+ [<img src="https://img.shields.io/badge/Copy-Address-FFD166?style=flat&logo=clipboard&logoColor=white" alt="Copy Monero Address" onclick="navigator.clipboard.writeText('45PU6txuLxtFFcVP95qT2xXdg7eZzPsqFfbtZp5HTjLbPquDAugBKNSh1bJ76qmAWNGMBCKk4R1UCYqXxYwYfP2wTggZNhq')">](javascript:void(0))