tensorflow==2.15.0
#bitsandbytes==0.42.0
#accelerate
deepface
transformers
tf-keras
#torch
huggingface_hub

langchain
langchain_community
tiktoken
sentence_transformers
chromadb

#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