. Where all of my data is including that used in the recommendation system
. Where I trained all my models using pytorch, the skin type model is trained using roboflow api
. Where the actual juice of PocketDerm is hosted in django
. Lot of files here, so I capitalized the important ones
. Templates folder which contains the html for the site
. Static folder which contains the css for the entire site
. Scan.py contains the entire process of scanning the user's face and the recommendations
. Views.py determines what's put on the user's screen and where most of the action is
. Where the registering part of PocketDerm is
. Lot of files here, so I capitalized the important ones, which is just the views
. Templates folder which contains the html for the registering part of PocketDerm
. Not really all that much in here