pixegami
I make tech projects and tutorials 🛠️ Tech Stack: Python | NextJS | AWS | GenAI
Sydney, Australia
Pinned Repositories
copykitt-tutorial
This is a tutorial repository for how to build an OpenAI powered web app.
fastapi-tutorial
A simple FastAPI application.
langchain-rag-tutorial
A simple Langchain RAG application.
nextjs-blog-tutorial
Tutorial Project for a NextJS 13 Static Blog with TailwindCSS Styling
pixel-punk-avatars
A tutorial for generating Cryptopunk-like avatars in Python.
pokemon-card-generator
A Python app that generates Pokemon cards, and uses GPT and Midjourney for flavor.
python-generative-art-tutorial
Tutorial repository for Python generated art.
rag-tutorial-v2
An Improved Langchain RAG Tutorial (v2) with local LLMs, database updates, and testing.
stripe-firebase-app
A tutorial NextJS project using Firebase backend for authentication and Stripe for payments.
terminal-profile
This is my profile for UNIX (MacOS/Linux) terminals.
pixegami's Repositories
pixegami/terminal-profile
This is my profile for UNIX (MacOS/Linux) terminals.
pixegami/rag-tutorial-v2
An Improved Langchain RAG Tutorial (v2) with local LLMs, database updates, and testing.
pixegami/langchain-rag-tutorial
A simple Langchain RAG application.
pixegami/pokemon-card-generator
A Python app that generates Pokemon cards, and uses GPT and Midjourney for flavor.
pixegami/nextjs-blog-tutorial
Tutorial Project for a NextJS 13 Static Blog with TailwindCSS Styling
pixegami/fastapi-tutorial
A simple FastAPI application.
pixegami/stripe-firebase-app
A tutorial NextJS project using Firebase backend for authentication and Stripe for payments.
pixegami/deploy-rag-to-aws
A sample project for deploying a RAG app to AWS
pixegami/python-for-beginners
A short Python course for complete beginners who want to learn to code in Python.
pixegami/todo-list-api
A serverless to-do list API, using Python, FastAPI, AWS Lambda and AWS DynamoDB.
pixegami/openai-assistants-api-demo
Code example of how to call your OpenAI assistant via API (Python).
pixegami/claude-3.5-api-tutorial
Simple tutorial project using the Claude 3.5 Sonnet API, showing three simple use-cases.
pixegami/streamlit-demo-app
A simple repayment calculator created with Streamlit.
pixegami/discord-bot-lambda
A Python Discord Bot that can be hosted on AWS Lambda (using Interaction Endpoints).
pixegami/aws-lambda-docker
A sample CDK application that creates an AWS Lambda function using a Docker image (with a Python application).
pixegami/claude-booking-bot
A tutorial project of building a booking system chatbot with Claude Sonnet 3.5 (using tools / function calling).
pixegami/langchain-custom-llms
An example project using Langchain with a few different LLMs.
pixegami/mac-terminal
A repository with my config files and setup instructions for my terminal prompt on the Mac.
pixegami/aws-bedrock-demo
Python project using Amazon Bedrock via AWS SDK (boto3)
pixegami/basic-langchain-examples
Basic example code for Langchain in Python.
pixegami/gpt-shell
A Python script/tutorial to interact with ChatGPT directly from the terminal.
pixegami/nextjs-portfolio-tutorial
A static personal portfolio website, built with NextJS, React, TailwindCSS.
pixegami/simple-fastapi-example
Very simple FastAPI code example
pixegami/aws-cicd-tutorial
AWS CICD Using GitHub Actions and AWS CDK.
pixegami/hello-pypi
Example repository to show how to set distribute a custom Python PyPI package.
pixegami/python-caesar-cipher
Learn Python by buliding a Caesar Cipher (project for beginners)
pixegami/python-decorators
A simple project to show how to create and use decorators in Python.
pixegami/chatgpt-recorded-transcripts
Some transcripts from playing around with ChatGPT.
pixegami/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.
pixegami/nextjs-firebase-auth
NextJS/Firebase project demonstrating token based authentication