This repository contains various implementations of the "Bad Apple!!" animation using different technologies and concepts learned during CESI courses.
1 simple rule:
- Use at least one concept learned during a course to play Bad Apple!! (Video and/or Sound)
Python script to print each frame in a Cisco Packet Tracer environment. Due to the limitations of the environment (no file operations, no text file creation), the entire ASCII video had to be embedded directly within the Python file.
A JavaScript implementation that changes paragraph text for each frame to play Bad Apple, along with sound playback.
Original CESI project: Projet-WEB
Implementation of a temporal graph to visualize each frame as a node, with edges representing transitions between consecutive frames.
Original CESI project: Project-DPD
Neural networks designed to upscale the Bad Apple video from a low resolution of 48x36 pixels to a higher resolution of 480x360 pixels.
Original CESI project: AI-Project