Skip to content

Lighten the load on detectives by getting community support for gather evidence, and automatically processing data to find key features. Made by Shaurya B, Aarush D, Rithvik R, Parthiv M.

License

Notifications You must be signed in to change notification settings

ssbdragonfly/INVESTigator

 
 

Repository files navigation

INVESTI🐊

INVEST in your investigations with INVESTI🐊! A batteries included, extendible, python web app with the ability to:

  • Collect data from witnesses
  • Filter through spam data
  • Find common patterns in data (facial patterns, sentiment analysis)
  • Manage data in a user-friendly way

Gallery

swappy-20240519_125603 swappy-20240519_125656 swappy-20240519_125729 swappy-20240519_125808 swappy-20240519_125853 Image of License Analysis

Installation

First, you must install git and python. After that, follow the instructions based on your operating system.

Windows

Run the following, one line at a time

git clone https://github.com/JasonGrace2282/INVESTigator
cd INVESTigator
python -m pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

MacOS/Linux

Run the following, one line at a time

git clone https://github.com/JasonGrace2282/INVESTigator
cd INVESTigator
python3 -m pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver

About

Lighten the load on detectives by getting community support for gather evidence, and automatically processing data to find key features. Made by Shaurya B, Aarush D, Rithvik R, Parthiv M.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.1%
  • HTML 27.0%
  • Python 11.8%
  • Shell 0.1%