Pinned Repositories
26019697_BlockchainSimulation
Simple offline simulation of a blockchain to understand the key concepts and ideas behind a blockchain over a short period of time.
audio_transcriber
An audio transcription tool, using Claude LLM to query the transcript we have generated from some audio.
CodingChallenges
A series of coding challenges I have completed. Some I have found through stumbling on the internet. Most of these challenges have been taken from the expert section of edabit.com.
erc721
A simple Python interface to interact with the public google BigQuery datasets which have been created using the Ethereum ETL project.
ethamsterdam
ETHGPT
Our project for ETH Lisbon, using openAI tools to interact with the blockchain, allowing for ease of blockchain technology use by abstracting the technology layer into a natural language layer.
ImageCompression
Python code with GUI for lossless and lossy image compression. Lossless: Huffman Coding. Lossy: SVD compression and Fourier compression.
ImageEnhancement
Using Python and OpenCV to enhance images with both random and periodic noise.
JacobiAlgorithm
Implementation of the Jacobi algorithm (used for solving a system of equations) in Python from a specified task at university. Task is included as Jacobi_Task.png.
meanapp
A simple MEAN stack application which uses a RESTful API to register users, store them in MongoDB and then authenticate users with JWT.
Jsavage1325's Repositories
Jsavage1325/ETHGPT
Our project for ETH Lisbon, using openAI tools to interact with the blockchain, allowing for ease of blockchain technology use by abstracting the technology layer into a natural language layer.
Jsavage1325/erc721
A simple Python interface to interact with the public google BigQuery datasets which have been created using the Ethereum ETL project.
Jsavage1325/26019697_BlockchainSimulation
Simple offline simulation of a blockchain to understand the key concepts and ideas behind a blockchain over a short period of time.
Jsavage1325/audio_transcriber
An audio transcription tool, using Claude LLM to query the transcript we have generated from some audio.
Jsavage1325/CodingChallenges
A series of coding challenges I have completed. Some I have found through stumbling on the internet. Most of these challenges have been taken from the expert section of edabit.com.
Jsavage1325/ethamsterdam
Jsavage1325/ImageCompression
Python code with GUI for lossless and lossy image compression. Lossless: Huffman Coding. Lossy: SVD compression and Fourier compression.
Jsavage1325/ImageEnhancement
Using Python and OpenCV to enhance images with both random and periodic noise.
Jsavage1325/JacobiAlgorithm
Implementation of the Jacobi algorithm (used for solving a system of equations) in Python from a specified task at university. Task is included as Jacobi_Task.png.
Jsavage1325/meanapp
A simple MEAN stack application which uses a RESTful API to register users, store them in MongoDB and then authenticate users with JWT.
Jsavage1325/MongoWikipedia
A project to pull Wikipedia data using the wikipedia API, this data is then stored in a local instance of MongDB and can be displayed using PyGui.
Jsavage1325/NeuralNetworks
Neurocomputation practicals. Neural networks, and building up their layers with different kinds of activation.
Jsavage1325/Parto
Parto project for ETHAmsterdam '22 hackathon.
Jsavage1325/PartoEth22
Jsavage1325/react_todo_list
Simple react todolist used to teach.
Jsavage1325/reddit-to-instragram
A project showcasing some data engineering processes to go alongside blog posts written on medium.
Jsavage1325/right-tech-youtube-summariser
A YouTube summariser tool built for Right Tech Enterprises LLC.
Jsavage1325/RunescapeHiscores
A dash web application designed for visualisation of RunesScape hiscores. Using plotly graphics to compare hiscores of players.
Jsavage1325/S3-netcdf-python
Read / write netCDF files from / to object stores with S3 interface
Jsavage1325/solidity