Warisamm748 commited on
Commit
682fc5c
·
verified ·
1 Parent(s): 9e506aa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -11
requirements.txt CHANGED
@@ -1,13 +1,19 @@
1
- fastapi
2
- uvicorn
 
 
 
3
  requests
4
- bs4
5
- transformers
6
- langchain-groq
7
- langchain-core
8
- elevenlabs
9
- torch
10
  python-dotenv
11
- google-cloud-texttospeech
12
- google-auth
13
- streamlit
 
 
 
 
 
 
 
 
 
1
+ Dependencies ที่จำเป็นทั้งหมดสำหรับการรัน App
2
+
3
+ 1. Framework หลัก
4
+
5
+ streamlit
6
  requests
7
+ beautifulsoup4
 
 
 
 
 
8
  python-dotenv
9
+
10
+ 2. Dependencies สำหรับ LLM (Groq และ LangChain)
11
+
12
+ langchain-core
13
+
14
+ langchain-groq
15
+
16
+ 3. Dependencies สำหรับ Hugging Face Pipeline (โมเดลวิเคราะห์ Sentiment/Topic)
17
+
18
+ transformers
19
+ torch # PyTorch - จำเป็นมากที่สุดสำหรับรันโมเดล AI