Pinned Repositories
AgentCode
AgentCode can scrape a GitHub repo and embed it in a vector database, allowing a user to chat(get info) about the repo.
Application-Time-Tracker
This code tracks the active window title on a computer and records the time spent on each application. It utilizes the psutil library to get the active window information and tracks the usage over a specified duration and interval. The data is then saved to a CSV file with the date, application name, time spent, and percentage of total time.
Auto-Story-GPT
Generate AI responses and create a cohesive story based on characters and themes you create
CaseConnect
This project is a semantic search engine for the NamUs missing persons database
Prompt-GT
This is a multi tool that generates prompts based on a user idea, generates responses based on a user idea, explains, summarizes, role plays, and more using chatGPT.
RepoToText
Turn an entire GitHub Repo into a single organized .txt file to use with LLM's (GPT-4, Claude Opus, Gemini, etc)
Stock-Sentiment-Analysis-ChatGPT
This Python script uses the OpenAI API to interact with ChatGPT and analyzes stock headlines. This is NOT INVESTMENT ADVICE. This is meant as an educational tool.
Textizer
Text cleanup multi tool for removing whitespaces and line breaks, anonymizing identifiable information, and checking token count for use with ChatGPT
Therapy-GPT
This code is a Flask web application that interacts with the GPT-3.5 Turbo model to generate responses based on user prompts and act as a therapist. It provides an interface where users can select their emotions and enter prompts related to their feelings. The frontend is implemented using HTML, CSS, and JS, and the backend is built with Flask.
Voice_Controlled_AI_Assistant
Voice Controlled AI Assistant with wake word on/off (uses ChatGPT engine="text-davinci-003" which can be modified)
JeremiahPetersen's Repositories
JeremiahPetersen/RepoToText
Turn an entire GitHub Repo into a single organized .txt file to use with LLM's (GPT-4, Claude Opus, Gemini, etc)
JeremiahPetersen/Auto-Story-GPT
Generate AI responses and create a cohesive story based on characters and themes you create
JeremiahPetersen/Prompt-GT
This is a multi tool that generates prompts based on a user idea, generates responses based on a user idea, explains, summarizes, role plays, and more using chatGPT.
JeremiahPetersen/Stock-Sentiment-Analysis-ChatGPT
This Python script uses the OpenAI API to interact with ChatGPT and analyzes stock headlines. This is NOT INVESTMENT ADVICE. This is meant as an educational tool.
JeremiahPetersen/Textizer
Text cleanup multi tool for removing whitespaces and line breaks, anonymizing identifiable information, and checking token count for use with ChatGPT
JeremiahPetersen/Voice_Controlled_AI_Assistant
Voice Controlled AI Assistant with wake word on/off (uses ChatGPT engine="text-davinci-003" which can be modified)
JeremiahPetersen/CaseConnect
This project is a semantic search engine for the NamUs missing persons database
JeremiahPetersen/Therapy-GPT
This code is a Flask web application that interacts with the GPT-3.5 Turbo model to generate responses based on user prompts and act as a therapist. It provides an interface where users can select their emotions and enter prompts related to their feelings. The frontend is implemented using HTML, CSS, and JS, and the backend is built with Flask.
JeremiahPetersen/AgentCode
AgentCode can scrape a GitHub repo and embed it in a vector database, allowing a user to chat(get info) about the repo.
JeremiahPetersen/Application-Time-Tracker
This code tracks the active window title on a computer and records the time spent on each application. It utilizes the psutil library to get the active window information and tracks the usage over a specified duration and interval. The data is then saved to a CSV file with the date, application name, time spent, and percentage of total time.
JeremiahPetersen/Artistic_Turbulence_Analysis
This project aims to analyze the turbulence-like characteristics in paintings, specifically focusing on luminance variations within artworks. Inspired by the research that applied Kolmogorov's turbulence theories to Van Gogh's paintings.
JeremiahPetersen/ClickForColor
Simple app to click anywhere on a screen and copy the hex code and color sample directly to your clipboard.
JeremiahPetersen/Consciousness-Upload-Framework
Simple Script that allows a user to upload their consciousness file (binary format). Includes client and server side
JeremiahPetersen/CSV-Data-Visualization
This code is a data visualization toolset that loads a CSV file, performs PCA for dimensionality reduction, and creates various types of plots. It provides a summary of the dataset, visualizes PCA results with a scatterplot, and generates additional plots.
JeremiahPetersen/Days_Gone_SPY
Market Data Analysis for the S&P 500
JeremiahPetersen/Financial-Breaking-News
This script uses the Reddit API to check for financial breaking news from a reddit bot. New news is displayed for the user in a small pop up.
JeremiahPetersen/FlashCardShark
Simple app to turn a website, document, or text into flash cards
JeremiahPetersen/JeremiahPetersen
Metrics
JeremiahPetersen/MusicTherapy
building
JeremiahPetersen/Palette-Extractor
Simple Palette extractor. This script extracts 7 colors from an image and gives the RGB for each color
JeremiahPetersen/Piano-Music-Generator-LSTM
This repository contains code for generating music using an LSTM neural network model. The code utilizes MIDI files as input data and implements various functions for data preprocessing, model creation, training, and music generation.
JeremiahPetersen/Prompt-Database-Template
This code sets up a PostgreSQL database (prompts_db) with tables to store prompt texts and associated results (text, image, code). The Python script establishes a connection to the database and provides functions to add prompts and their results. It enables easy storage and organization of diverse prompt-based content.
JeremiahPetersen/repo2text-py
A pure python cli replacement
JeremiahPetersen/RepoRoadmap
Visually see the flow of a repository
JeremiahPetersen/Scheduler
This code sets up a scheduled task that runs multiple Python scripts at the time specified by the user. It uses the 'schedule' library to manage the task scheduling and the 'subprocess' module to execute the scripts. The task runs continuously, checking for pending tasks every minute.
JeremiahPetersen/Solar-Activity-Visualization
This code includes two functions for retrieving and visualizing solar data. One function retrieves SDO data and plots it using matplotlib, while the other fetches space weather data from the DONKI API and also plots it using matplotlib. These functions are useful for analyzing and visualizing solar and space weather information.
JeremiahPetersen/Stock-Market-Historical-Data-Fetcher-Analyzer
This code fetches historical market data for a predefined list of tickers using the Yahoo Finance API. It performs technical analysis on the data, adding various technical indicators as features. The processed data is saved to CSV files, including both the analyzed data and the raw data. The code also updates if there is new data available.
JeremiahPetersen/Stock-Sentiment-Analysis
This code performs sentiment analysis and predicts stock price movement based on news headlines and technical indicators. It uses machine learning models to classify the stock direction. This is NOT INVESTMENT ADVICE. This is meant as an educational tool.
JeremiahPetersen/SYSIG
Simple application to gather your system information in your computer. :mag:
JeremiahPetersen/Traffic-Data-Map
This code collects OSM road data, preprocesses it with simulated historical traffic, trains an XGBoost model, and creates an interactive map with traffic predictions. It's customizable for analyzing road and traffic data in different locations.