Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ochsncon
/
CarPurchaseAdvisor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7e16d95
CarPurchaseAdvisor
/
src
/
__init__.py
ochsncon
Upload 19 files
2c527f4
verified
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
220 Bytes
"""Core package for the AI Car Purchase Advisor."""
__all__ = [
"config"
,
"data_preprocessing"
,
"price_predictor"
,
"recommendation_engine"
,
"train_price_model"
,
"utils"
,
"vision_analyzer"
,
]