TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: TRAC – Convert a notebook / Python script into an interactive web app

2 pointsby dayeye2006over 2 years ago

1 comment

dayeye2006over 2 years ago
TRAC is a serverless framework that can rapidly convert a data science solution developed locally in the form of jupyter notebook or python script, to an interactive web application that can be used by external stakeholders. It is extremely useful to solve the “last mile” prod problem for internal DS solutions.<p>It provides a spreadsheet like UI for users to work with, also provides APIs to interact with the data so more complex UI can be built on top.<p>The invocation of the computation can be run locally or on kubernetes for now.<p>Users can provide multiple datasets, run the notebook with different parameters and conduct scenario analysis.<p>All the things are done automatically by scanning through the notebook provided. Data schemas, Parameters are inferred. UIs and APIs are auto-generated.