Daniel Wu

Results 21 issues of Daniel Wu

### Feature Name Training Flow Layout ### Your Name Daniel Wu ### Description **Problem** We want to redesign the layout of the trainspace page so that it's more intuitive and...

enhancement
frontend

### Operating system Noah's machine ### Bug description The dlp-cli will detect a false positive for a mamba env if the mamba env contains the string "dlp" in it, even...

bug

### Feature Name Refactor the rest of the backend training endpoints to /training ### Your Name Daniel Wu ### Description Add endpoints to /training so that: - /image trains an...

enhancement
backend

### Feature Name Replace Parts of Terraform With SST ### Your Name Daniel Wu ### Description SST is able to represent infrastructure as typescript code with its serverless stacks (stacks/AppStack.ts)...

enhancement
backend

### Feature Name Create Train and Test Datasets from S3 for /training ### Your Name Daniel Wu ### Description As of right now, the training backend can only handle default...

enhancement
backend

**Describe the solution you'd like** Implement/modify the backend endpoints & UI needed to create an Object Detection trainspace. **Additional context** This should have about the same folder structure as Tabular:...

enhancement
training

### Feature Name Add Nginx as Custom Reverse Proxy Server for Development ### Your Name Daniel Wu ### Description Instead of using Next.js rewrites, we should explore using Nginx as...

enhancement
full-stack

### Feature Name Github Action to Deploy SST Endpoints ### Your Name Daniel Wu ### Description Write a Github Action that deploys SST endpoints to prod whenever a pull request...

enhancement
serverless

### Feature Name Display Trainspaces on Dashboard ### Your Name Daniel Wu ### Description May need `GET /trainspace` from #914 before attempting. Fetch all of the user's trainspace information from...

enhancement
frontend