File size: 704 Bytes
c207bc8
 
 
 
 
 
 
 
 
 
7084799
c207bc8
 
 
1fad5db
 
c207bc8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
tensorflow==2.15.0
#bitsandbytes==0.42.0
#accelerate
deepface
transformers
tf-keras
#torch
huggingface_hub

langchain
langchain_community
tiktoken
sentence_transformers
chromadb
pypdf

#Your currently installed version of Keras is Keras 3, but this is not yet supported in Transformers,
#Please install the backwards-compatible tf-keras package with `pip install tf-keras`.

#after install tf-keras still got new error: ValueError: The layer sequential has never been called and thus has no defined input.
# something wrong in analyze_face function. solution: try to use another model rather than the default model 
# solution: downgrade tf version, beacuse Serengil added the dependencies last week