Autor: Carlos Biagolini-Jr.
Linkedin: https://www.linkedin.com/in/biagolini/
Medium: https://medium.com/@biagolini
[EN]: This repository serves as a link repository for various Python-based projects and code examples that I have developed. Each linked repository demonstrates different aspects of Python programming, including integration with AWS services, data processing, automation, and web development. The goal is to provide practical examples that can be used as references for learning and development. For more in-depth discussions and technical articles, visit my LinkedIn and Medium profiles.
[PT]: Este repositório serve como um repositório de links para diversos projetos e exemplos de código em Python que desenvolvi. Cada repositório vinculado demonstra diferentes aspectos da programação em Python, incluindo integração com serviços AWS, processamento de dados, automação e desenvolvimento web. O objetivo é fornecer exemplos práticos que possam ser utilizados como referência para aprendizado e desenvolvimento. Para discussões mais aprofundadas e artigos técnicos, visite meus perfis no LinkedIn e no Medium.
Splits .mp3 files into smaller chunks based on silence detection. https://github.com/biagolini/PythonAudioSplitter
A serverless real-time chat application using AWS API Gateway (WebSocket), Lambda, and DynamoDB, with a lightweight front-end for seamless messaging and session tracking.
https://github.com/biagolini/PythonAwsApiGatewayWebSocket
Demonstration of integrating Python with AWS Bedrock to invoke foundation models.
https://github.com/biagolini/PythonAwsBedrockIntegration
Secure serverless API using JWT authentication with Lambda Authorizers. https://github.com/biagolini/PythonAwsLambdaAuthorizer
Demo code for testing how to deploy an AWS Lambda using Amazon ECR.
https://github.com/biagolini/PythonAwsLambdaContainer
Demonstration of Python interaction to Flan-T5 XL model on AWS SageMaker by sending sample queries to demonstrate its capabilities.
https://github.com/biagolini/PythonBoto3SageMakerModelInteracttionTesting
Python script designed to facilitate the secure assumption of AWS IAM roles.
https://github.com/biagolini/PythonAwsStsAssumeRole
Python-based cron job scheduling using threads.
https://github.com/biagolini/PythonCron
Combine multiple CSV files into a single file, tracking the source file and adding randomized unique IDs to each row.
https://github.com/biagolini/PythonCsvDataMerger
Basic Python scripts for data science concepts and applications.
https://github.com/biagolini/PythonDataScience
Basic Flask application running on a virtual machine.
https://github.com/biagolini/PythonFlaskHelloWorldOnVM
Basic Flask application running inside a Docker container.
https://github.com/biagolini/PythonFlaskHelloWorldOnDocker
Flask-based RESTful API for testing and development.
https://github.com/biagolini/PythonFlaskRESTfulAPI
Showcasing Python integration with Google/YouTube APIs.
https://github.com/biagolini/PythonGoogleYoutubeApi
Generate a series of images with sequential numbers centered on top of a base image, ideal for placeholder images in testing and demonstrations.
https://github.com/biagolini/PythonImageNumberStamp
Converts Markdown files to docx format using pypandoc.
https://github.com/biagolini/PythonMarkdownToDocxConverter
Merge audio files (.wav and .mp3) into a single track with fade effects and a start time list.
https://github.com/biagolini/PythonMusicCompiler
Provide a method to export web presentations to high-quality PDFs by downloading each slide as an image and compiling them into a PDF.
https://github.com/biagolini/PythonPdfExporter
Script to generate QR Codes containing internet links.
https://github.com/biagolini/PythonCodeGenerator
Performs speaker diarization on audio using pyannote-audio and extracts segments per speaker. https://github.com/biagolini/PythonSpeakerDiarizationTool
Implementation of the Kokoro-82M text-to-speech model that converts text into high-quality speech.
https://github.com/biagolini/PythonTtsKokoro
Extracts audio from video files and saves as MP3 using ffmpeg-python. https://github.com/biagolini/PythonVideoToMp3
Simple Flask project to display HTTP request information.
https://github.com/biagolini/PythonWebPageShowHttpRequestInfo