nehulagrawal
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ Before running this project, make sure you have the following dependencies insta
|
|
47 |
- FAISS
|
48 |
- Ollama
|
49 |
|
50 |
-
# How to
|
51 |
|
52 |
1. Clone this repository.
|
53 |
```
|
@@ -103,8 +103,28 @@ The assistant will start listening for your voice input. Speak clearly into your
|
|
103 |
- To use a different Ollama model, update the `model` parameter in the `Ollama` initialization.
|
104 |
- Try to use other TTS frameworks - Melo TTS, coqui TTS, Mars5 TTS.
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
## Troubleshooting
|
107 |
|
108 |
- If you encounter issues with speech recognition, ensure your microphone is properly connected and configured.
|
109 |
- For TTS issues, make sure you have the necessary audio drivers installed on your system.
|
110 |
-
- If the RAG system is not working as expected, check that your knowledge base PDF is properly formatted and contains relevant information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
- FAISS
|
48 |
- Ollama
|
49 |
|
50 |
+
# How to get started with project
|
51 |
|
52 |
1. Clone this repository.
|
53 |
```
|
|
|
103 |
- To use a different Ollama model, update the `model` parameter in the `Ollama` initialization.
|
104 |
- Try to use other TTS frameworks - Melo TTS, coqui TTS, Mars5 TTS.
|
105 |
|
106 |
+
## Further Improvements
|
107 |
+
|
108 |
+
1. Works on achieving lower latency for responses.
|
109 |
+
2. Understand speech better, even with background noise or accents.
|
110 |
+
3. Learn to speak and understand more languages.
|
111 |
+
4. Have better conversations by remembering what we talked about before.
|
112 |
+
5. Sound more natural when I speak, maybe even express emotions.
|
113 |
+
|
114 |
## Troubleshooting
|
115 |
|
116 |
- If you encounter issues with speech recognition, ensure your microphone is properly connected and configured.
|
117 |
- For TTS issues, make sure you have the necessary audio drivers installed on your system.
|
118 |
+
- If the RAG system is not working as expected, check that your knowledge base PDF is properly formatted and contains relevant information.
|
119 |
+
|
120 |
+
|
121 |
+
## Model Card Contact
|
122 |
+
|
123 |
+
For inquiries and contributions, please contact us at [email protected].
|
124 |
+
|
125 |
+
```bibtex
|
126 |
+
@ModelCard{
|
127 |
+
author = {Nehul Agrawal}
|
128 |
+
title = {baby Cry Classifier},
|
129 |
+
year = {2024}
|
130 |
+
}
|