Skip to content

FabrizioDeSantis/BERT-Deployment-Using-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BERT Deployment using Flask framework

This repository contains the Python code for deploying a finetuned BERT model using Flask framework.

Brief intro

This project comes from a research project called UNI4JUSTICE, to encourage the use of ML/AI models in the legal context.
app.py is the script to run the Flask server and use a finetuned BERT model for inference.
static and templates are two folders that contain HTML and CSS files for a simple GUI.