-
mAInstream studIOs
- https://mainstreamstudios.ai
- in/moulinf
-
python-openai-chatcompletion Public
A demonstration of the OpenAI Chat Completion API, featuring a Python Flask server and a Python client for interactive AI-powered conversations. This example showcases the GPT-4o model's ability to…
-
nodejs-mediapipe Public
This project integrates MediaPipe Solutions with Node.js and Express for real-time computer vision tasks. It showcases examples of image segmentation, hand and face detection, and pose detection, w…
-
rust-cargo-build-trunk-serve Public
This repository contains shell scripts for macOS/Linux and PowerShell scripts for Windows that automate the process of cloning a Rust project from a private repository, building it using Cargo, com…
-
python-asl-detection Public
A Python ASL detection script utilizing a TensorFlow image classification model trained from scratch. It is tailored to recognize American Sign Language (ASL) alphabet letters from live video strea…
-
python-youtube-transcription Public
This repository contains Python scripts and a local Flask web application for transcribing YouTube videos using various methods. It includes functionalities to retrieve video transcripts using the …
-
The 4-Digit Summation Algorithm program (C++) uses int/string variables, functions, and a class to read user input, calculate multiple sums with a custom algorithm, printing the results to the cons…
C++ MIT License UpdatedAug 30, 2024 -
-
python-dalle2-image-edit Public
This Python script enables users to interact with OpenAI's DALL·E 2 API for image editing. Users can specify an original image, a mask image, and a text prompt for the DALL·E 2 model to edit the im…
-
readme-markdown-examples Public
Explore Markdown syntax with this README, offering examples of headings, emphasis, lists, links, and code blocks. Check out README.txt in the project directory for the Markdown used to create this …
MIT License UpdatedJun 1, 2024 -
python-openai-whisper Public
This Python script provides a simple interface to transcribe audio files using the OpenAI API's speech-to-text functionality, powered by the Whisper model. The result is returned to the console as …
-
rust-javascript-interop Public
A multilingual (EN, ES) Rust Yew client-side web app showcasing JavaScript interop for session ID retrieval from URLs, compiled Web Assembly, and embedded CSS styling. Includes examples using both …
-
python-dalle3-local Public
Python script utilizing OpenAI's DALL-E 3 API to generate images with AI from text prompts. It includes user input handling and returns generated image URLs.
-
powershell-productivity Public
This repository contains various PowerShell productivity scripts, which can be utilized in technical settings to increase productivity.
-
vba_filter_format Public
The FilterFormat.vba file contains VBA macro code that automatically formats and filters an Excel file by calling multiple custom Excel VBA macros on Windows 11.
-
github-zip-backup Public
The github-zip-backup repository contains bash and PowerShell script template options, which utilize the GitHub API to copy all of a user's public repos (via username) and private repos (via person…
-
webvtt-template Public
Web Video Text Track (WebVTT / .vtt) files are utilized to add closed captions to web videos by specifying which text to display during designated time periods. The webvtt-template repository conta…
-
sql_misc_queries Public
This repository contains an SQL filed named MISCSQL.sql, which provides MySQL query examples related to an application that utilizes the Java Persistence API. The SQL queries can be executed via a …
MIT License UpdatedApr 14, 2023 -
On the Web Listing (OWL) Marketplace is a property listing application project created for Pennsylvania State University's Information Sciences and Technology Integration and Problem Solving underg…
-
kinetic-friction-model-lab Public
This lab report demonstrates utilization of iOLab kinetic friction data in StatKey to determine an unknown friction coefficient.
UpdatedJan 30, 2023 -
python-samples Public
Samples of Python 3 applications developed to run on Mac/Raspberry Pi, utilizing object-oriented development principles and line commenting.
-
Home Inventory Management Application (HIMA) uses object-oriented JavaFX GUIs, CSS, and the model, view, controller architecture to provide a local application that persistently tracks home invento…
Java MIT License UpdatedJan 28, 2023 -
Technical documentation samples demonstrating knowledge of the Windows 10 operating system, Java software development, C++ debugging, and emerging technologies.
2 UpdatedJan 26, 2023 -
eFinance is a Spring/Thymeleaf project implementing multiple use cases for a personal loan application. Created by Forrest Moulin and James Bristow.
CSS MIT License UpdatedJan 24, 2023 -
The Even Digits Summation Algorithm program (C++) requests that the user enter an integer greater than 10,000. Once the integer is entered, the program displays the sum of any even digits in the in…
C++ MIT License UpdatedDec 13, 2022 -
The Inventory Vector Sort/Search Program (C++) reads an InventoryParts.txt file made of a list of part records containing part names, categories, quantities, and unit costs. The program prompts the…
-
cpp-inventory-vector-builder Public
The Inventory Vector Builder Program (C++) reads an InventoryParts.txt file into a vector of structs containing part number, part class, quantity, and unit cost. Once the vector is filled, the user…
C++ MIT License UpdatedDec 8, 2022 -
cpp-vector-binary-search Public
The Vector Binary Search Program (C++) creates and fills a vector with 5000 random integers. Once the vector is filled, the program displays details such as the smallest, largest, and average value…
C++ UpdatedDec 4, 2022 -
cpp-reverse-string-recursion Public
The Reverse String Recursion Program (C++) asks the user to enter a string, which is passed to a void recursive function that displays the string in reverse order. Test the program with a palindrom…
C++ MIT License UpdatedNov 23, 2022 -
cpp-array-function-exercises Public
The Array Function Exercises Program (C++) contains five exercises to demonstrate operations using array data types. An int array of size 10 is created, and each exercise utilizes the array values …
C++ MIT License UpdatedNov 18, 2022 3FBB -
The Voting Ballot Array Functions Program (C++) creates 3 arrays to store candidates, votes, and percentages to simulate a random election winner. The arrays are filled after the program reads an i…
C++ MIT License UpdatedNov 17, 2022