Pinned Repositories
langchain-google-cloud-sql-mysql-python
alloydb-python-connector
A Python library for connecting securely to your AlloyDB instances.
cloud-sql-proxy
A utility for connecting securely to your Cloud SQL instances
cloud-sql-python-connector
A Python library for connecting securely to your Cloud SQL instances.
python-docs-samples
Code samples used on cloud.google.com
cloud-sql-fastapi
Sample web applications built using FastAPI and Cloud SQL
QWOP_GA
A genetic algorithm to learn and beat the popular flash game QWOP.
TextRecognition
Basic code to implement Tesseract-OCR and OpenCV to preprocess and extract text from an image.
token-generator-app
Simple web-app that uses an auth flow to generate a Google OAuth2 access token.
jackwotherspoon's Repositories
jackwotherspoon/cloud-sql-fastapi
Sample web applications built using FastAPI and Cloud SQL
jackwotherspoon/QWOP_GA
A genetic algorithm to learn and beat the popular flash game QWOP.
jackwotherspoon/token-generator-app
Simple web-app that uses an auth flow to generate a Google OAuth2 access token.
jackwotherspoon/actions
A set of GitHub actions for checking your projects for vulnerabilities
jackwotherspoon/aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
jackwotherspoon/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
jackwotherspoon/Machine-Learning-Tutorials
Compilation of ML projects using TensorFlow, Sci-kit and Keras.
jackwotherspoon/asyncmy
A fast asyncio MySQL/MariaDB driver with replication protocol support
jackwotherspoon/asyncpg
A fast PostgreSQL Database Client Library for Python/asyncio.
jackwotherspoon/BackPropagation
Implementing a backpropagation network to correctly classify 6 different types of glass.
jackwotherspoon/beam-nuggets
Collection of transforms for the Apache beam python SDK.
jackwotherspoon/cloud-build-samples
Code snippets used in Cloud Build documentation
jackwotherspoon/cloud-sql-python-connector
AlloyDB connector for Python
jackwotherspoon/cloud-sql-samples
Copy and paste Cloud SQL samples.
jackwotherspoon/cloudsql-run-demo-for-genai
A Demo using Cloud SQL, Cloud Run, and VertexAI
jackwotherspoon/CompetitiveLearning
Implementing competitive learning to find clusters within a data set. Two network models will be used, one implementing the Kohonen algorithm and the other using K-means algorithm.
jackwotherspoon/genai-databases-retrieval-app
jackwotherspoon/generative-ai
Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI
jackwotherspoon/image-gallery-web-app
An image gallery web application that uses computer vision to label all images for easy querying.
jackwotherspoon/ImplementingPerceptrons
Training two perceptrons to correctly classify three types of wheat based on 7 inputs for each. Perceptrons are first trained with training data and then accuracy is verified with testing data. Sklearn is then implemented to also check how accurate code was.
jackwotherspoon/langchain
🦜🔗 Build context-aware reasoning applications
jackwotherspoon/mysql-connector-python
MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Documentation & Download: http://dev.mysql.com/doc/connector-python/en
jackwotherspoon/Nosy-Neighbour
A machine learning model to accurately predict house values in the Ottawa, Canada area.
jackwotherspoon/pg8000
A Pure-Python PostgreSQL Driver
jackwotherspoon/Political-Sentiment-Analysis
Performing sentiment analysis on various major world political leaders' tweets in order to decide who is the nicest of the bunch.
jackwotherspoon/pytds
Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
jackwotherspoon/QHacks2019
Hackathon project that takes fitbit heart rate data and matches it with your class schedules to predict stress invoking events.
jackwotherspoon/sqlalchemy
The Database Toolkit for Python
jackwotherspoon/sqlalchemy-tds
A Microsoft SQL Server TDS connector for SQLAlchemy.
jackwotherspoon/test-gh-actions
Repository for testing Github Action workflow event triggers.