Pixegami's repositories
terminal-profile
This is my profile for UNIX (MacOS/Linux) terminals.
rag-tutorial-v2
An Improved Langchain RAG Tutorial (v2) with local LLMs, database updates, and testing.
langchain-rag-tutorial
A simple Langchain RAG application.
pokemon-card-generator
A Python app that generates Pokemon cards, and uses GPT and Midjourney for flavor.
nextjs-blog-tutorial
Tutorial Project for a NextJS 13 Static Blog with TailwindCSS Styling
fastapi-tutorial
A simple FastAPI application.
stripe-firebase-app
A tutorial NextJS project using Firebase backend for authentication and Stripe for payments.
deploy-rag-to-aws
A sample project for deploying a RAG app to AWS
python-for-beginners
A short Python course for complete beginners who want to learn to code in Python.
todo-list-api
A serverless to-do list API, using Python, FastAPI, AWS Lambda and AWS DynamoDB.
claude-3.5-api-tutorial
Simple tutorial project using the Claude 3.5 Sonnet API, showing three simple use-cases.
openai-assistants-api-demo
Code example of how to call your OpenAI assistant via API (Python).
discord-bot-lambda
A Python Discord Bot that can be hosted on AWS Lambda (using Interaction Endpoints).
streamlit-demo-app
A simple repayment calculator created with Streamlit.
aws-lambda-docker
A sample CDK application that creates an AWS Lambda function using a Docker image (with a Python application).
claude-booking-bot
A tutorial project of building a booking system chatbot with Claude Sonnet 3.5 (using tools / function calling).
langchain-custom-llms
An example project using Langchain with a few different LLMs.
mac-terminal
A repository with my config files and setup instructions for my terminal prompt on the Mac.
aws-bedrock-demo
Python project using Amazon Bedrock via AWS SDK (boto3)
basic-langchain-examples
Basic example code for Langchain in Python.
nextjs-portfolio-tutorial
A static personal portfolio website, built with NextJS, React, TailwindCSS.
simple-fastapi-example
Very simple FastAPI code example
aws-cicd-tutorial
AWS CICD Using GitHub Actions and AWS CDK.
hello-pypi
Example repository to show how to set distribute a custom Python PyPI package.
python-decorators
A simple project to show how to create and use decorators in Python.
chatgpt-recorded-transcripts
Some transcripts from playing around with ChatGPT.
python-caesar-cipher
Learn Python by buliding a Caesar Cipher (project for beginners)
cursor-ai-map-project
An experimental project to try out cursor. Project lets you enter an address, and it will provide information about that address.
nextjs-firebase-auth
NextJS/Firebase project demonstrating token based authentication