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
First, you must install git
and python
. After that, follow the instructions
based on your operating system.
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
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