Removing unnecessary things
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
|
2 |
-
transformers
|
3 |
-
scipy
|
4 |
-
huggingface-hub
|
5 |
-
pydub # For audio format conversion
|
6 |
-
audio_recorder_streamlit
|
7 |
-
langchain_groq
|
8 |
langchain_core
|
9 |
langchain_community
|
10 |
-
|
11 |
python-dotenv
|
12 |
streamlit
|
|
|
13 |
edge-tts
|
|
|
1 |
+
langchain
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
langchain_core
|
3 |
langchain_community
|
4 |
+
langchain_groq
|
5 |
python-dotenv
|
6 |
streamlit
|
7 |
+
audio_recorder_streamlit
|
8 |
edge-tts
|