-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
36 lines (22 loc) · 1.82 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Document and Materials AI/ML Computer Vision Processor - NLP Extension
This project will be for Computer vision and OPEN CV. Our new objectives are to gather data from new form of id - Drivers license, summarize - text extracted with BERT and OpenCV, classify text being extracted - using basic classification like Sentiment Analysis, update old angular UI in with a brand new react UI, create auto documentation with Sphinx and show template with Sphinx that can be used for any project for easy integration.
Project Value
- Further enhanced Automated documentation processing from images
State of the Art NLP- Natural language processing for further data analysis and data classification
New visual and tooling based data visualizations in react for ease of use and testing
Fully integrated and automated documentation tooling with Sphinx that can be integrated easily into any git project.
Deliverables
A Python Flask based API that can take in non text based documents such as a driver license -
A React application to interact with said API for UI based tools such as the upload feature and visualize back results.
A Flask API for performing NLP on targets extracted text such as Summarization and Classification
To use Run
docker compose build
- then
Docker compose up
This will build a nested container with both the ui and the API service fully up and running
Important note:
Set you docker memory to 12 GB before you run loading the AI models takes a lot
If ui goes up but API stops on compose up try restarting the container before extending memory then if that dose not work extend memory and try to start container again
Side Note:
The drivers_license endpoint may take a few moments running locally but host on a production server with GPU access this will run in less than a second.
Use files in test data to test application