项目作者: MostafaSalama
项目描述 :
A simple app to summarize pdf and Docx files and extract entities from them
高级语言: JavaScript
项目地址: git://github.com/MostafaSalama/text-extraction-summary.git
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