OpenOversight is a Lucy Parsons Labs project to improve law enforcement accountability through public and crowdsourced data. We maintain a database of officer demographic information and provide digital galleries of photographs. This is done to help people identify law enforcement officers for filing complaints and in order for the public to see work-related information about law enforcement officers that interact with the public.
This project is written and maintained by @lucyparsonslabs with collaboration, partnerships, and contributions welcome. If you would like to contribute code or documentation, please see our contributing guide and code of conduct. If you prefer to contribute in other ways, please submit images to our platform or talk to us about how to help sort and tag images. This project is live, and we are currently soliciting photographs to add to the database.
Please contact our legal representation with requests, questions, or concerns of a legal nature by emailing legal@lucyparsonslabs.com.
Please use our issue tracker to submit issues or suggestions.
Make sure you have Docker installed and then:
git clone https://github.com/lucyparsons/OpenOversight.git
cd OpenOversight
make dev
And open http://localhost:3000
in your favorite browser!
If you need to log in, use the auto-generated test account credentials:
Email: test@example.org
Password: testtest
Please see CONTRIB.md for the full developer setup instructions.
pip install -r dev-requirements.txt
make docs
Please see the DEPLOY.md file for deployment instructions.