https://github.com/keanteng/nextjs-flask-demo
A Demo App Using NextJS + Flask
https://github.com/keanteng/nextjs-flask-demo
flask machine-learning nextjs python spaceship-titanic tailwindcss
Last synced: 3 months ago
JSON representation
A Demo App Using NextJS + Flask
- Host: GitHub
- URL: https://github.com/keanteng/nextjs-flask-demo
- Owner: keanteng
- License: gpl-3.0
- Created: 2024-10-30T02:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:09:56.000Z (over 1 year ago)
- Last Synced: 2025-11-16T13:03:37.321Z (8 months ago)
- Topics: flask, machine-learning, nextjs, python, spaceship-titanic, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 3.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS + Flask Demo App




Tired of using Streamlit or Gradio to deploy your model for university assignment use case? This project provides an easy setup to deploy machine learning model trained on Python to a NextJS web interface with Flask serving as the backend.
The good thing of using NextJS frontend is that the UI is completely customizable. With plenty of UI library out there in the web, your project will definitely stand out by adding more responsiveness and clean interface to navigate.
## Preview

## License

## Use This Repo
- Clone to local
```bash
git clone https://github.com/keanteng/nextjs-flask-demo
```
- Accesing frontend
```bash
npm run dev
```
- Accessing backend
```bash
cd backend
run app.py
```