Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ accent-analyzer/
|
|
| 59 |
1. Clone the repo:
|
| 60 |
|
| 61 |
```bash
|
| 62 |
-
git clone https://
|
| 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.
|
|
|
|
|
|
|
| 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
|