Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.63 KB

File metadata and controls

42 lines (35 loc) · 1.63 KB

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