ash-171 commited on
Commit
21019df
·
verified ·
1 Parent(s): 055c22e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -59,7 +59,7 @@ accent-analyzer/
59
  1. Clone the repo:
60
 
61
  ```bash
62
- git clone https://github.com/your-username/accent-analyzer
63
  cd accent-analyzer
64
  ```
65
 
@@ -75,7 +75,9 @@ docker build -t accent-analyzer .
75
  docker run --gpus all -p 8501:8501 accent-analyzer
76
  ```
77
 
78
- 4. Visit: [http://localhost:8501](http://localhost:8501)
 
 
79
 
80
  ---
81
 
@@ -141,6 +143,11 @@ This project uses the following models, frameworks, and tools:
141
  - [Hugging Face Spaces](https://huggingface.co/spaces): Platform used for deploying this application on GPU infrastructure.
142
 
143
 
 
 
 
 
 
144
  ---
145
 
146
  ## Author
 
59
  1. Clone the repo:
60
 
61
  ```bash
62
+ git clone https://huggingface.co/spaces/ash-171/accent-detection
63
  cd accent-analyzer
64
  ```
65
 
 
75
  docker run --gpus all -p 8501:8501 accent-analyzer
76
  ```
77
 
78
+ 4. You can also run : `streamlit run streamlit_app.py` to deploy the app locally.
79
+
80
+ 5. Visit: [http://localhost:8501](http://localhost:8501)
81
 
82
  ---
83
 
 
143
  - [Hugging Face Spaces](https://huggingface.co/spaces): Platform used for deploying this application on GPU infrastructure.
144
 
145
 
146
+ ---
147
+ ## Note
148
+
149
+ Due to unavailability of GPU the app will be extremely slow. The output has been test in local system and verified.
150
+
151
  ---
152
 
153
  ## Author