Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
9bc64aa
1
Parent(s):
70d4503
doc: update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ You should be able to run it locally without any major issues as long as you’r
|
|
20 |
|
21 |
## Changes on [trincadev's](https://github.com/trincadev/) [repository](https://github.com/trincadev/ai-pronunciation-trainer)
|
22 |
|
23 |
-
I upgraded the frontend (jquery@3.7.1, bootstrap@5.3.3) and backend (pytorch==
|
24 |
|
25 |
### E2E tests with playwright
|
26 |
|
@@ -39,19 +39,16 @@ pnpm playwright test
|
|
39 |
- `aip_trainer.models.AllModels.NeuralTTS`
|
40 |
- `aip_trainer.models.AllModels.NeuralTranslator`
|
41 |
|
42 |
-
###
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
-
|
47 |
-
- https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-6649934
|
48 |
-
|
49 |
-
For this reason, it's best to use this project only in a local environment.
|
50 |
|
51 |
### TODO
|
52 |
|
53 |
- add more e2e tests with playwright
|
54 |
-
- move from pytorch to onnxruntime
|
55 |
- refactor frontend with something more modern (e.g. vuejs)
|
56 |
- refactor css style with tailwindcss
|
57 |
- add an updated online version on Cloudflare or AWS
|
|
|
20 |
|
21 |
## Changes on [trincadev's](https://github.com/trincadev/) [repository](https://github.com/trincadev/ai-pronunciation-trainer)
|
22 |
|
23 |
+
I upgraded the frontend (jquery@3.7.1, bootstrap@5.3.3) and backend (pytorch==2.2.2, torchaudio==2.2.2) libraries. Should work also with pytorch > 2.2.2, but right now I can't try it on macOS intel.
|
24 |
|
25 |
### E2E tests with playwright
|
26 |
|
|
|
39 |
- `aip_trainer.models.AllModels.NeuralTTS`
|
40 |
- `aip_trainer.models.AllModels.NeuralTranslator`
|
41 |
|
42 |
+
### DONE
|
43 |
|
44 |
+
- upgrade jquery>3.x
|
45 |
+
- upgrade pytorch>2.x
|
46 |
+
- e2e playwright tests
|
|
|
|
|
|
|
47 |
|
48 |
### TODO
|
49 |
|
50 |
- add more e2e tests with playwright
|
51 |
+
- move from pytorch to onnxruntime (if possible)
|
52 |
- refactor frontend with something more modern (e.g. vuejs)
|
53 |
- refactor css style with tailwindcss
|
54 |
- add an updated online version on Cloudflare or AWS
|