Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sam-bonfire/document-processing-using-cognitive-science
Final Year Project of House Of Ivy
https://github.com/sam-bonfire/document-processing-using-cognitive-science
Last synced: 1 day ago
JSON representation
Final Year Project of House Of Ivy
- Host: GitHub
- URL: https://github.com/sam-bonfire/document-processing-using-cognitive-science
- Owner: Sam-Bonfire
- Created: 2020-01-26T14:55:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T17:25:15.000Z (over 4 years ago)
- Last Synced: 2024-11-26T04:20:38.641Z (2 months ago)
- Language: Python
- Size: 8.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Document-Processing-Using-Cognitive-Science
## Prerequisites:
1. Install Zbar:```bash
sudo apt install libzbar0
```1. Install Tesseract:
```bash
sudo apt install tesseract-ocr
```1. Install Python Environment using Pipenv from Pipfile
## Further Developments
A lot of improvements can be done to the project to make it appealing and production ready.
By no means is this a production ready system. Many more improvements are required in the project to make it useable even in a protected environment.1. The UI can be made a lot better for user experience improvements
1. The user management system is just a make shift login system for demonstration purposes of the way the system can be used