Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```