Web toy to superimpose the faculty photos from dept of CS at AC with own portrait.
Due to the COVID-19 pandemic, Allegheny College transitioned to online-only instruction. Sadly, the graduating seniors would not be able to have a photo of themselves standing next to their professors at the end of this semester. However, thanks to some free time and a spark of excitement, our seniors are now able to have their photos taken next to their professors. Run the myIndex.html in a server environment to view your image next to those of your professors. Say cheese and capture with a screenshot. Congratulations!
-
From the directory where you have
myIndex.html
, runpython3 -m http.server
and then point your browser to:http://127.0.0.1:8000/
Note: If you forget the command, run thesh
script file to run the Python server! Use, $. gimmeAserver.sh
to engage the local server. Naturally, if this is hosted on a website then you will need this command. -
Run myIndex.html in a local server.
-
Turn on your laptop's video camera.
-
Say cheese, congratulations to you, and smile.
-
Go get 'em
docker build -t gatorshot .
docker run -p 8000:8000 gatorshot