Commit Β·
4514b3d
1
Parent(s): 35d23e6
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,6 @@ tags:
|
|
| 8 |
- asr
|
| 9 |
- pytorch
|
| 10 |
- transformer
|
| 11 |
-
- lance-ai
|
| 12 |
license: apache-2.0
|
| 13 |
---
|
| 14 |
|
|
@@ -65,30 +64,45 @@ print(f"Transcription: {transcription}")
|
|
| 65 |
|
| 66 |
---
|
| 67 |
|
| 68 |
-
|
| 69 |
|
| 70 |
-
Lance ASR is
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
---
|
| 78 |
|
| 79 |
-
|
| 80 |
|
| 81 |
-
|
|
|
|
| 82 |
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
---
|
| 88 |
|
| 89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
-
|
| 92 |
|
| 93 |
-
**Project Status**: π§ In Active Development
|
| 94 |
-
**Developer**: NeuraCraft
|
|
|
|
| 8 |
- asr
|
| 9 |
- pytorch
|
| 10 |
- transformer
|
|
|
|
| 11 |
license: apache-2.0
|
| 12 |
---
|
| 13 |
|
|
|
|
| 64 |
|
| 65 |
---
|
| 66 |
|
| 67 |
+
π Performance & Evaluation
|
| 68 |
|
| 69 |
+
Lance ASR is currently in its early stages, and performance is being actively tested. Initial evaluations focus on:
|
| 70 |
+
πΉ **WER (Word Error Rate)** β Measures transcription accuracy
|
| 71 |
+
πΉ **CER (Character Error Rate)** β Measures character-level precision
|
| 72 |
+
πΉ **Inference Latency** β Optimized for real-time local processing
|
| 73 |
+
|
| 74 |
+
β
Planned Enhancements
|
| 75 |
+
|
| 76 |
+
πΉ Larger training datasets (e.g., Common Voice, LibriSpeech)
|
| 77 |
+
πΉ Advanced noise-robustness for real-world environments
|
| 78 |
+
πΉ Multilingual ASR support for global accessibility
|
| 79 |
|
| 80 |
---
|
| 81 |
|
| 82 |
+
π Future Roadmap
|
| 83 |
|
| 84 |
+
Lance ASR is just getting started! The goal is to transform it into the core auditory component of an advanced AI assistant.
|
| 85 |
+
π
Planned Features:
|
| 86 |
|
| 87 |
+
π Real-time live transcription & streaming support
|
| 88 |
+
|
| 89 |
+
π Multi-speaker identification (Diarization)
|
| 90 |
+
|
| 91 |
+
π Integrated Voice Activity Detection (VAD)
|
| 92 |
+
|
| 93 |
+
π High-efficiency deployment for mobile and edge devices
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
+
π Development & Contributions
|
| 98 |
+
|
| 99 |
+
Lance ASR is being developed by **NeuraCraft**. Contributions, suggestions, and testing feedback are welcome!
|
| 100 |
+
|
| 101 |
+
π¬ Contact & Updates:
|
| 102 |
+
|
| 103 |
+
Developer: NeuraCraft
|
| 104 |
+
|
| 105 |
+
Project Status: π§ In Development
|
| 106 |
|
| 107 |
+
Follow for updates: Coming soon
|
| 108 |
|
|
|
|
|
|