-
Notifications
You must be signed in to change notification settings - Fork 0
Build and deploy full-stack profile app #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Build and deploy full-stack profile app #4
Conversation
Co-authored-by: salwansandeep5 <[email protected]>
|
Cursor Agent can help with this pull request. Just |
|
@cursor make it so it's easy to deploy and the ui is unique and looks great |
|
I completely redesigned the
1 task completed
Learn more about Cursor Agents |
Co-authored-by: salwansandeep5 <[email protected]>
Co-authored-by: salwansandeep5 <[email protected]>
|
@cursor make sure u can deploy it on vercel |
|
I made some changes to the Next.js client and the Edge API route to ensure the application is ready for deployment on Vercel. I fixed a TypeScript type error and adjusted the client to send only 12 downscaled frames to stay within Vercel's request size limits. After these modifications, I verified that the Next.js app builds cleanly. To deploy the application, you can import the repository into Vercel, set the Root Directory to Learn more about Cursor Agents |
Add a full-stack FastAPI web application with a video upload UI and AI behavior analysis, along with Docker and Render deployment configurations.
Summary by cubic
Build a full-stack FastAPI app for uploading animal videos and generating a behavior report. Adds a simple web UI, a single API endpoint, and Docker/Render configs for easy deployment.
New Features
Deployment