Codegeass321 commited on
Commit
b0897af
·
1 Parent(s): 7622cc8

added render.yaml

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -1
requirements.txt CHANGED
@@ -4,4 +4,18 @@ python-dotenv
4
  pydub
5
  numpy
6
  faiss-cpu
7
- # Add any other dependencies your utils.py or backend needs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pydub
5
  numpy
6
  faiss-cpu
7
+ gradio
8
+ google-genai
9
+ langchain
10
+ langchain-community
11
+ langchain-google-genai
12
+ google-generativeai
13
+ sentence-transformers
14
+ unstructured[pdf]
15
+ unstructured[docx]
16
+ unstructured[ppt]
17
+ unstructured[excel]
18
+ unstructured[xml]
19
+ torch
20
+ torchaudio
21
+ transformers