Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ananttripathiak
/
resume-analyzer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
resume-analyzer
File size: 77 Bytes
08af218
1
2
3
4
5
6
7
8
"""
API Package
FastAPI backend for Resume Analyzer.
"""
__all__ = [
'app'
]