Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by J-sephB-lt-n

A curated list of projects in awesome lists by J-sephB-lt-n .

https://github.com/j-sephb-lt-n/terminal-menu

Create menus in terminal using Python (standard library)

curses menu python terminal

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/pdf-bank-statement-parser

Tools for converting First National Bank (FNB) bank statement PDFs into useful structured data

bank banking document-parsing financial-analysis fnb pdf-parser pdf-parsing python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/llm-experiments

Various personal experiments with Large Language Models (LLMs)

gpt llm mistral nlp ollama

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/named-entity-recognition-microservice

An example of an API which extracts named entities from a provided user query

api cloud-run flask gcp gliner gliner-medium google-cloud google-cloud-run microservice nlp python query query-engine

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/llmducation

Staying up to date with Large Language Models (no hype)

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/mpd-tpd

python package "Money Per Day 'Til PayDay" (mpd-tpd)

cli command-line-tool finance finance-management personal-finance pypi pypi-package python terminal

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/happy-rag-friends

Something Cool is Coming

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/joes_giant_toolbox

A large collection of general python functions and classes that I use in my daily work

data python statistics

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/how-much-remains

How Much Remains? A flutter app

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/personal-projects

A history of my personal projects and professional development

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/dbt-example

Showcase of DBT functionality with a toy dataset

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/semantic-search-engine

Tool for searching for passages within a document

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/stream-of-thoughts

An unordered record of things which I want to document

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/api_load_testing_aiohttp

Description TODO

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/dotfiles

My personal bash,zsh,vim,neovim,tmux configuration

bash bashrc shell zsh zshrc

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/jwt-checkout

Me investigating how JSON Web Tokens (JWTs) work using a basic Flask app

flask jwt jwt-token login python security

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/python-asyncio-example

Example usage of threaded concurrency in python using asyncio

async asyncio concurrency multi python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/understanding

Understanding the variability of data by visualising a simulated a/b/n test

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/sklearn-text-classifier-pipeline

A pipeline for training a text classifier model using scikit-learn

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/schuberts_leader

A Lightweight Framework for Automatic Discovery of Leading Indicators

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/sqlite-concurrent-writes-investigation

My investigation into a SQLite database's ability to handle concurrent reads and writes

concurrency python sql sqlite sqlite3 sqlite3-database

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/uses-of-__init__.py

Examples of different uses of the __init__.py file

init module package python python3

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/unsupervised-fraud-detection

Exploring anomaly detection using unsupervised methods

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/shellscript-user-interaction-example

An example of how to integrate user input into a bash script

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/run-local-flask-app-in-background

Code illustrating how to locally host a Flask app in the background (e.g. for automated endpoint testing)

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/unique-logger-per-request-context-in-flask

An illustration of how each unique HTTP request to a Flask app can have a unique logging format

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/vim-training

My tools for practicing vim

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/rate-limiter-token-bucket-algorithm

An example implementation of the token-bucket algorithm for API rating limiting using python, redis and FastAPI

api fastapi rate-limiting redis token-bucket

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/retrieval-augmented-generation-example

An example of Retrieval Augmented Generation (RAG) in python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/python-docker-container

A basic python docker container (e.g. to use on GCP Compute Engine or AWS EC2)

docker google-cloud python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/python-etl

ETL Process in Python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/interactive-llm-storytelling

Project Description TODO

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/flask-202-flow

Illustration of a Flask endpoint which continues to run code after a 202 response is sent to the client.

accepted flask http python rest-api

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/mongodb-with-admin-gui-in-k8s

Me learning kubernetes: Mongo-DB with Mongo-Express admin GUI in web browser

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/python-github-ci-pipeline

Example continuous-integration pipeline for a python project using GitHub actions and GitHub branch protection

ci-cd ci-cd-pipeline cicd github github-actions mkdocs mkdocstrings mypy pylint pytest python ruff

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/python-auto-documentation-with-mkdocstrings

An illustration of automatic project documentation using mkdocs

documentation github-actions mkdocs mkdocs-material mkdocstrings python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/consistency-across-generated-images

Strategies for generating a sequence of images containing consistent characters, locations, objects etc.

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/postgresql-k8s-gke

PostgreSQL database hosted on Google Kubernetes Engine using CloudNative-PG

cloudnative-pg gke google-cloud-platform kubernetes postgresql

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/python-tricks

Coding patterns that I'm trying to intentionally integrate into my vocabulary

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/oauth-from-scratch

<work in progress> I'm building OAuth 2.0 flows from scratch in NodeJS in order to get better at OAuth and Javascript

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/my-dev-environment

A docker container containing the environment that I use to write code

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/post-request-from-html

description TODO

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/multi-script-python-logging

A simple example showing how python modules share logging config

logging python

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/options-for-cloud-sql-hosting

Exploring the cost and quality of different methods of hosting a SQL server on GCP and AWS

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/api-load-testing

Illustrates how to use locust for load-testing, using some toy Flask endpoints

api backend flask gunicorn load-testing locust

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/my-vim-config

My personal VIM configuration

vim

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/me-learning-website-design

My personal explorations in website building

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/langchain-examples

Me checking out how Langchain works, and what it can do

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/leetcode-solutions

My own solutions to various Leet-Code problems

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/cloud-architecture-diagrams-as-code

An example of a multi-cloud architecture diagram using https://github.com/mingrammer/diagrams

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/in-browser-device-fingerprint

JavaScript-only Browser Fingerprint Generation

fingerprint fingerprinting javascript website

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/api-gateway-reverse-proxy-python-flask

A simple API Gateway (reverse proxy) implementation in python using requests and Flask

api api-gateway flask gateway python requests reverse-proxy

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/dataviz-examples

A searchable database of code examples for common data visualizations in multiple coding languages

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/flask-app-on-k8s

Illustration of a toy flask app both using local kubernetes and also on google GKE

Last synced: 07 Nov 2024

https://github.com/j-sephb-lt-n/exploring_statistics

Joseph Bolton's Website

Last synced: 07 Nov 2024