项目作者: MostafaSalama

项目描述 :
A simple app to summarize pdf and Docx files and extract entities from them
高级语言: JavaScript
项目地址: git://github.com/MostafaSalama/text-extraction-summary.git
创建时间: 2020-11-02T07:29:08Z
项目社区:https://github.com/MostafaSalama/text-extraction-summary

开源协议:

下载


text-extraction-summary

Summarize pdf and Docx files and extract entities from them.

Features

  • user able to upload any file ( pdf, doc )
  • use will get a summary of the text in the file
  • user will see differnet entities in the file (person names, emails, links, locations, products, money, time)

Stack

  • Node.js, Express.js, Multer in the backend.
  • React, Material UI in the frontend.
  • Meaning Cloud Services.

Getting Started

  • start the server
    • go to the server directory
    • install all deps
    • run npm run dev
  • start the client
    • go to the client directory
    • install all deps
    • run npm start

TODO : update README.md to include documentation