Skip to content

SohamChhapre/Final-Project-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Know Your Data

Build Status Build Status

Know Your Data is Multi Variate Data Analysis Platform.

Features

  • 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

Installation

Know Your Data requires Python v 3.7(recommended) to run.

Install the dependencies and devDependencies and start the server.

Tessarect OCR installation:

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.exe

To validate that Tesseract has been successfully installed on your machine, execute the following command:

tesseract -v

You 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.

Clonning a Github Repo:

git clone https://github.com/SohamChhapre/Final-Project-Server.git

Installing Virtual Enviromnment:

pip install virtualenv

Create Virtual Environment:

virtualenv .env

Activating Virtual Environment:

cd path_to_.env/Scripts
activate

Installing dependencies:

pip install -r requirements.txt

Running Server:

python Server.py

Server is Deployed at:

127.0.0.1:5000

Contributors:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •