Know Your Data is Multi Variate Data Analysis Platform.
- Text Summary , Topic Modelling,Polarity Score ,Fog Index, Uncertainity Score, constraning proportion,uncertainity proportion,negative proportion,positive proportion of document
- Summary of Text, Topic Modelling,Polarity Score ,Fog Index, Uncertainity Score, constraning proportion,uncertainity proportion,negative proportion,positive proportion of scanned document.
- Error Sampling rate in video (to detect anamoly)
- Speaker Diarization of audio , Transcripts of diffrent speakers,intervals of speakers
- Generate report of text analysis
Know Your Data requires Python v 3.7(recommended) to run.
Install the dependencies and devDependencies and start the server.
In order to use the Tesseract library, we first need to install it on our system.
To download tesseract ocr for python open the below link in your browser
https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.0.0-alpha.20200328.exeTo validate that Tesseract has been successfully installed on your machine, execute the following command:
tesseract -vYou should see the Tesseract version printed to your screen, along with a list of image file format libraries Tesseract is compatible with. If output is diffrent please ensure that the path of tesseract.exe is set on environment variable, If not set the path in environment variable.
git clone https://github.com/SohamChhapre/Final-Project-Server.gitpip install virtualenvvirtualenv .envcd path_to_.env/Scripts
activatepip install -r requirements.txtpython Server.pyServer is Deployed at:
127.0.0.1:5000