Pinned Repositories
CC_images_to_video
This project is designed to automate the process of converting a series of images into a video file. Using Python and OpenCV, it efficiently handles the task of resizing images, maintaining aspect ratios, and stitching them together into a seamless video. Designed to work within the CrossCompute framework for automated runs and batch processing.
ccPDFtoImg
The PDF to Images tool is a Python-based utility app designed to convert each page of a PDF document into individual image files. This tool is particularly useful for processing PDFs into a format that can be easily used in presentations, videos, and other multimedia applications.
CrossComputeTutorials
A series of tutorials for getting started with the CrossCompute Automation Framework
flask-stocks-web-app
images-to-video-file
Convert a sequence of images to a video usiing Python and OpenCV
PDF-to-Video
a simple solution for converting PDF files into videos. The tool is designed to seamlessly extract images from each page of a PDF document and subsequently compile these images into a video format.
kashfifahim's Repositories
kashfifahim/a-decimal-and-binary-converter-
build a decimal and binary converter and learn about both number systems
kashfifahim/CSCI316Svadlenka
kashfifahim/CSCI340Svitak
kashfifahim/Dice-Game
Algorithmic thinking by building a dice game via FreeCodeCamp.org's JavaScript Algorithms & Data Structures certification track
kashfifahim/FCC-Author-s-Page
used the fetch method, then dynamically update the DOM to display the fetched data
kashfifahim/FCC-Forum-Leaderboard
forum leaderboard that displays the latest topics, users, and replies from the freeCodeCamp forum.
kashfifahim/fictional-rotary-phone
Implementing functions for practice
kashfifahim/fluffy-umbrella
Practicing Form Validation
kashfifahim/Football-Team-Cards-FreeCodeCamp-JS-Certification
built a set of football team cards and learned about nested objects, object destructuring, default parameters, event listeners, and switch statements
kashfifahim/IntroToAuth0APIs
Hands-on experience integrating an Auth0 management API in a web application to manage connections and users
kashfifahim/JavaScript-Date-Object-via-FreeCodeCamp-JS-Certification
work with the JavaScript Date object, including its methods and properties.
kashfifahim/JavaScript-Platform-Game
Part of FreeCodeCamp's JavaScript certification syllabus
kashfifahim/JS-Roman-Numeral-Converter
kashfifahim/Learning-Bootstrap
Leraning how to build responsive websites with Bootstrap, and use its included classes to style buttons, images, forms, navigation, and other common elements.
kashfifahim/Number-Sorter-using-HTML-CSS-JS
built a number sorter
kashfifahim/OOP-Shopping-Cart
building a shopping cart applicatio
kashfifahim/PalindromeChecker
Part of the FreeCodeCamp JavaScript Certification
kashfifahim/practiceFlaskApp
Exercising principles of web dev with Flask
kashfifahim/REST-API-Notes
kashfifahim/ReviewDataStructures
kashfifahim/ScrapeGoogleImages
Toy script to scrape google images programmatically
kashfifahim/Spam-Filter-Project-REGEX-and-JavaScript
Project to practice and learn regex with JavaScript
kashfifahim/Spreadsheet-Application-using-JavaScript
implemented spreadsheet functions, handled cell references, and created interactive web interfaces
kashfifahim/Statistics-Calculator
built a statistics calculator that takes a set of numbers and returns the mean, median, mode, standard deviation, and variance.
kashfifahim/stock-portfolio-2
kashfifahim/StockDashboard
A full-stack application that displays a dashboard of the current prices of stocks and the total value of the portfolio.
kashfifahim/TeamCards
One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, worked with DOM manipulation, object destructuring, event handling, and data filtering.
kashfifahim/Testing-Cloning
Repo to test cloning to new machine
kashfifahim/TODO-App-with-local-storage-FreeCodeCamp-JS-Certification
Learned how to handle form inputs, manage local storage, perform CRUD (Create, Read, Update, Delete) operations on tasks, implement event listeners, and toggle UI elements.
kashfifahim/typer-experiment
learning to use typer to build CLI applications