ProfillyBot / src /__init__.py
MinhDS's picture
Deploy ProfillyBot: Gradio ZeroGPU + CV RAG (Qwen2.5-3B)
0828c2c verified
Raw
History Blame Contribute Delete
109 Bytes
"""ProfillyBot - RAG-based personal profile Q&A system."""
__version__ = "0.1.0"
__all__ = ["__version__"]