CrimeDe-Coder
CrimeDe-Coder
  • Видео 4
  • Просмотров 1 119
Using ChatGpt to help write python code -- example Flask app
This is a video I made for training python to Kansas City crime analysts. This example shows using ChatGPT to help write python code to make an input form into a database using Flask.
I show this as an example of the materials I provide when I provide your analysts training. I provide extensive replication coding materials, labs, and videos. This is so you can use those resources as onboarding training documents for new analysts.
Просмотров: 28

Видео

Durham Hotspot Demo Video
Просмотров 2204 месяца назад
This is a demonstration of an interactive hotspot of crime map I created and posted on the crimede-coder.com website. It shows off various functionality I have built to create nice visuals in leaflet maps. This includes both examining global patterns, as well as various add-ons I have created to interact with specific elements, such as popup tables and graphs. Check out the map at crimede-coder...
GUI Tool to download google streetview images
Просмотров 821Год назад
This tool takes a list of addresses, and can download a set of images corresponding to the Google Streetview image of that location. Note you need to sign up for your own API key in the google cloud console (the key listed in the video has been deactivated). If you are interested in this tool, see crimede-coder.com/store for purchase options. If interested having me build similar apps for you, ...
Social Network Algorithm: Prioritizing Call-Ins for Group Violence Intervention
Просмотров 51Год назад
This is a video demonstration to go with the social network app for Crime De-Coder, crimede-coder.com/graphs/network This is an algorithm to identify the dominant set of a network. These are individuals who should be prioritized to deliver the message in a group violence intervention (a.k.a. Focused Deterrence). Score an original by Lincoln Wheeler (plus some javascript for the application itse...

Комментарии

  • @christianalvarez9930
    @christianalvarez9930 7 дней назад

    Hi! How did you add the icons in the layer control object?

    • @CrimeDe-Coder
      @CrimeDe-Coder 7 дней назад

      Check out github.com/apwheele/Blog_Code/tree/master/Python/folium_helpers for some code examples. In the layer control you can insert HTML + svg. So it is just a bunch of boilerplate to make it look nice and match the layer.