imfarzanansari commited on
Commit
f6ac621
1 Parent(s): 022b4f6

update severity levels

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -31,10 +31,17 @@ The checkpoint includes the following files:
31
 
32
  To utilize the model checkpoint, follow these steps:
33
 
34
- 1. Clone or download this repository.
35
  2. Ensure the required dependencies are installed (`pip install -r requirements.txt`).
36
- 3. Access the Streamlit app by running `streamlit run app.py`.
37
- 4. Interact with the model through the user-friendly interface.
 
 
 
 
 
 
 
38
 
39
  ## Important Notes
40
 
 
31
 
32
  To utilize the model checkpoint, follow these steps:
33
 
34
+ 1. Download this repository.
35
  2. Ensure the required dependencies are installed (`pip install -r requirements.txt`).
36
+
37
+ ## Severity Levels
38
+
39
+ - **Level -1**: Clear Skin
40
+ - **Level 0**: Occasional Spots
41
+ - **Level 1**: Mild Acne
42
+ - **Level 2**: Moderate Acne
43
+ - **Level 3**: Severe Acne
44
+ - **Level 4**: Very Severe Acne
45
 
46
  ## Important Notes
47