FastAPI + React + ML Starter Template #1
roohan-514
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Spent the weekend building a full-stack ML starter template so I never have to do it from scratch again.
Every time I start a new ML project, I end up doing the same dance — setting up FastAPI, wiring up a React frontend, writing a Dockerfile, configuring MLflow, setting up CI. It's maybe an hour of boilerplate, but it adds up across projects. And honestly? It's boring.
So I finally sat down and extracted it into a proper template.
What's inside:
The idea is simple: clone it, swap out the model, change the frontend form fields, and you're live.
https://github.com/roohan-514/fastapi-react-ml-starter
All reactions