Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rulga
/
Doc-chat
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Doc-chat
/
utils
/
__init__.py
Rulga
Refactor project structure and add chat analysis functionality
8c4af83
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
from
.chat_analysis
import
ChatAnalyzer, ChatAnalysis, setup_chat_analysis
__all__ = [
"ChatAnalyzer"
,
"ChatAnalysis"
,
"setup_chat_analysis"
]