CoolFace
Apppublic

GabrielDasilva/data-printer

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Entrepreneur Scenario Data Printer

Generate random scenarios with attributes, type your own entrepreneurial_score, then download the dataset or push it to a Hugging Face dataset repo.

Attributes

  • total_savings_ammount
  • monthly_income
  • monthly_expense
  • monthly_entertainment_expencese
  • sales_skills (1–10)
  • spouse_children (1–10) ← from spouse/children
  • age (16–80)
  • assets (1–10)
  • risk_level (1–10)
  • confidence (1–10)
  • idea_difficulty (1–10)
  • entrepreneurial_score (your input)

python
from huggingface_hub import upload_file

upload_file(
    path_or_fileobj="README.md",
    path_in_repo="README.md",
    repo_id=SPACE_ID,   # make sure SPACE_ID = "username/space-name"
    repo_type="space",
    commit_message="Fix README with proper config header"
)

print("✅ README overwritten and pushed. Check your Space page and wait for it to rebuild.")