Data Scientist & Machine Learning Engineer
View the Project on GitHub francisco-camargo/francisco-camargo
Theo guide. Internet likes DigitalOcean
itHub Actions / GitLab CI/CD
setup.py
, .tox
, pyproject.toml
Below is a snapshot of popular ways to get a real VM‑style instance you can SSH or RDP into—without paying anything up‑front. I’ve grouped them by the kind of service you’re likely to use first.
Provider | What you get for free | How long | Key caveats |
---|---|---|---|
AWS EC2 | 1 ×t2.micro or t3.micro , 750 instance‑hours/month (≈one always‑on VM) |
12 months after signup | Linuxor Windows; you still pay for EBS >30 GB and outbound data; credit card required citeturn8search0 |
Google Cloud Compute Engine | 1 ×e2‑micro (US regions), 30 GB SSD, 1 GB egress |
Always‑free | Only in us‑east1 , us‑west1 , us‑central1 ; no GPUs/TPUs; still need billing account citeturn4view0 |
Microsoft Azure | 750 hrs/month of B1s (Linux or Windows) burstable VM |
12 months + $200 30‑day credit | Once the 12 months are up you pay on‑demand; outbound bandwidth is metered citeturn9view0 |
Oracle Cloud Infrastructure (OCI) | Up to4 × Ampere A1 Arm cores or 2 × AMD VMs, plus 24 GB RAM total | Always‑free | Region availability can vary; instances are pre‑emptible if Oracle hits capacity limits citeturn11view0 |
When to pick one of these:
Host | Free compute allowance | Notable limits |
---|---|---|
Fly.io | Up to3 × shared‑CPU‑1x VMs (256 MB RAM) + 3 GB storage + 160 GB egress/month | VMs are tiny; credit card still required; pricing page can change without notice citeturn2view0 |
Render | 1 free web service/container & one Postgres/KV instance (auto‑sleeps after 15 min idle) | 512 MB RAM, 100 ms cold‑start, limited concurrency citeturn1search1 |
Railway | “Free Trial” credits that cover ~500 cpu‑minutes & 1 GB RAM/month before you start paying | Designed for staging/demo work, not persistent servers citeturn1search2 |
Why use them: seamless Git‑push deploys, HTTPS & DNS pre‑wired, no VPC/network setup. Great for small APIs, prototypes, or toy side‑projects that can tolerate cold‑starts.
Service | Included free tier | Typical use case |
---|---|---|
GitHub Codespaces | 120 core‑hours + 15 GB storage every month for GitHub Free accounts (≈60 hrs on a 2‑core machine) citeturn13search0 | Instant dev box with Visual Studio Code—ideal for coding, not for public services. |
Google Cloud Shell | 5 GB home dir + 1 vCPU/1.7 GB VM (Ephemeral; auto‑shuts down after 60 min idle) citeturn4view0 | Quick admin tasks or demos directly from the browser, no billing surprises. |
That’s it! With a free‑tier VM you can compile code, host a lightweight API, or run personal automation from anywhere while only paying (at most) for extras like storage or heavy network egress.