Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:09:56.000Z (3 months ago)
- Last Synced: 2024-11-09T23:04:08.392Z (3 months ago)
- Topics: flask, machine-learning, nextjs, python, spaceship-titanic, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS + Flask Demo App
![](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![](https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white)
![](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)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
![alt text](image.png)## License
![](https://img.shields.io/badge/License-GPLv3-blue.svg)## 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
```