Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Vaibhav84/ResumeAPI
Vaibhav84
/
RecommendationAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a61f95d
RecommendationAPI
/
ClassModals.py
Vaibhav84
changes
a61f95d
about 1 year ago
raw
Copy download link
history
blame
198 Bytes
from
pydantic
import
BaseModel
class
ClassModals
:
class
AddSkillDetails
(
BaseModel
):
SkillName:
str
=
'SkillName'
SkillType:
str
=
'Soft Skill'
SkillScore:
int
=
10