Spaces:
Runtime error
Runtime error
devanshsrivastav
commited on
Commit
•
c9cb926
1
Parent(s):
a24c9b6
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,13 @@ GoEmotions/
|
|
33 |
git clone https://github.com/devansh-srivastav/GoEmotions.git
|
34 |
```
|
35 |
|
36 |
-
`Step 2` -
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
```bash
|
39 |
python -m venv venv
|
@@ -43,19 +49,13 @@ python -m venv venv
|
|
43 |
venv\Scripts\activate
|
44 |
```
|
45 |
|
46 |
-
`Step
|
47 |
|
48 |
```bash
|
49 |
pip install -r requirements.txt
|
50 |
```
|
51 |
|
52 |
-
`Step
|
53 |
-
|
54 |
-
`Step 5` - Navigate to the root directory of the project.
|
55 |
-
|
56 |
-
```bash
|
57 |
-
cd GoEmotions
|
58 |
-
```
|
59 |
|
60 |
`Step 6`
|
61 |
|
@@ -110,4 +110,4 @@ Trigger the CI/CD pipeline by a push or a pull request to your main branch.
|
|
110 |
- A web-based dashboard will open in your default browser.
|
111 |
- Type or paste a text input in the text box provided.
|
112 |
- The dashboard will visualise the detected emotions in a set of gauges, with each gauge representing the intensity of a specific emotion category. The gauge colors are based on a predefined color map for each emotion category.
|
113 |
-
- Moreover, the dashboard will display the results from Hate Speech Analysis and Sexism Detection models.
|
|
|
33 |
git clone https://github.com/devansh-srivastav/GoEmotions.git
|
34 |
```
|
35 |
|
36 |
+
`Step 2` - Navigate to the root directory of the project.
|
37 |
+
|
38 |
+
```bash
|
39 |
+
cd GoEmotions
|
40 |
+
```
|
41 |
+
|
42 |
+
`Step 3` - Create and activate a new python virtual environment: (This step can be skipped if working on GitHub Codespaces!)
|
43 |
|
44 |
```bash
|
45 |
python -m venv venv
|
|
|
49 |
venv\Scripts\activate
|
50 |
```
|
51 |
|
52 |
+
`Step 4` - Install the required packages using pip: (This step can be skipped if working on GitHub Codespaces as it automatically installs the requirements!)
|
53 |
|
54 |
```bash
|
55 |
pip install -r requirements.txt
|
56 |
```
|
57 |
|
58 |
+
`Step 5`- Create a free account on the [Hugging Face website](https://huggingface.co/) and generate an API key (read).
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
`Step 6`
|
61 |
|
|
|
110 |
- A web-based dashboard will open in your default browser.
|
111 |
- Type or paste a text input in the text box provided.
|
112 |
- The dashboard will visualise the detected emotions in a set of gauges, with each gauge representing the intensity of a specific emotion category. The gauge colors are based on a predefined color map for each emotion category.
|
113 |
+
- Moreover, the dashboard will display the results from Hate Speech Analysis and Sexism Detection models.
|