AhmedaliElgabry / Extractive_Text_Summerization_Using_Bert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extractive_Text_Summerization_Using_Bert Deployment using Flask and Docker

alt text

the model Deployment in my localhost



That is my final project for Neural Network and Deep learning (CIE 555) course in my university
we have done:
• Have used wikihow dataset and do manty Data preprocessing techniques in it - remove stop words,remove unrelated content lemmetization make the data is suitable format to can feed it in the pretrained model-.
• Have used Bert-Extractive summerizer pretrained model.
• Have used Rough-1,Rough-2,Rough-l to compare the model result with state of the art in text Summarization.
• the model is deployed using Flask

The comberhansive detailed information about the project is available in Bert Extractive Text Summarizer Report.


That`s is sample from model output

alt text

the model output

About


Languages

Language:HTML 72.6%Language:Python 19.3%Language:Dockerfile 8.1%