adityawdubey's Stars
OpenInterpreter/open-interpreter
A natural language interface for computers
systemdesign42/system-design
A resource to help you pass system design interview and become good at work 👇
pamoroso/free-python-books
Python books free to read online or download
preslavmihaylov/booknotes
A collection of my book notes on various subjects, mainly computer science
alozano-77/AWS-SAA-C02-Course
Personal notes for SAA-C02 test from: https://learn.cantrill.io
sopov/resumeio2pdf
Convert resume.io to pdf
paurakhsharma/python-microservice-fastapi
Learn to build your own microservice using Python and FastAPI
aws-samples/aws-cdk-project-structure-python
Recommended AWS CDK project structure for Python applications
GoogleCloudPlatform/df-ml-anomaly-detection
Streaming Anomaly Detection Solution by using Pub/Sub, Dataflow, BQML & Cloud DLP
Emilianopp/SkillQuery
ran-isenberg/serverless-python-demo
This project covers an opinionated approach to Python project setup, testing, profiling, deployments, and operations. Learn about many open source tools, including Powertools for AWS Lambda—a toolkit that can help you implement serverless best practices and increase developer velocity
miendinh/docker-notes
Docker Notes For Fresh Learner
L-Dot/Letterboxd-list-scraper
A program that can scrape Letterboxd lists from an input URL. The output CSV or JSON contains information about the film title, release year, director, cast, personal rating, average rating and a lot more.
kubesimplify/devops-project
This is the repo for DevOps project.
GavriloviciEduard/fastapi-microservices
Microservices Architecture with FastAPI, Docker and Nginx
leegilmorecode/Serverless-AWS-CDK-Best-Practices-Patterns
An opinionated discussion around how to set up, structure, and deploy your AWS CDK Serverless apps using CDK Pipelines in line with AWS best practices. Code examples are written in TypeScript.
marttp/fastapi-microservice
Example of FastAPI microservices included nginx and docker-compose file
aniketwdubey/Rainfall-Prediction-end-to-end-ML-project
The main motive of the project is to predict the amount of rainfall in Vidarbha region or state well in advance. We predict average rainfall using past data.
devenes/my-aws-capstone-project
Django Blog Page Application deployed on AWS Application Load Balancer with Auto Scaling, S3, Relational Database Service(RDS), VPC's Components, Lambda, DynamoDB and Cloudfront with Route 53
digma-ai/opentelemetry-instrumentation-digma
Instrumentation helpers for using Digma and OpenTelemetry to instrument and application for conitnuous feedback
aniketwdubey/AI-Chatbot-for-IoT-Data
This project deploys an AWS Lex V2 chatbot for analyzing IoT data stored in an S3 bucket. The infrastructure is defined using Terraform, and the project includes a Lambda function for chatbot fulfillment.
aniketwdubey/myblogproject
A simple Django-based blogging GraphQL API developed using the Strawberry framework. It focuses on providing basic functionalities for a blogging platform, including creating posts and adding comments.
aniketwdubey/Karpenter-on-Existing-EKS-Cluster
This repository contains the code and configuration files for setting up Karpenter on an existing Amazon EKS cluster, as described in the blog post
aniketwdubey/chatpdf
This project is a Document Retrieval application that utilizes Retrieval-Augmented Generation (RAG) techniques to enable users to interact with uploaded PDF documents. By leveraging a Large Language Model (LLM), users can ask questions about the content of the documents and receive accurate answers based on the information retrieved.
atharva3105/Blockchain
aniketwdubey/Expense-Sharing-Application-using-FastAPI
This is a backend service for managing and sharing daily expenses between users. The application allows users to add expenses and split them in three different ways: equally, by exact amounts, or by percentage. It also manages user details, validates input, and generates a downloadable balance sheet.
adityawdubey/S3-File-Upload-Notification-using-AWS-SAM
This repository contains Infrastructure as Code (IaC) using AWS Serverless Application Model (SAM) for implementing a responsive file upload notification system
adityawdubey/AWS-SAA-C02-Course
Personal notes for SAA-C02 test from: https://learn.cantrill.io
adityawdubey/Rainfall-Prediction-end-to-end-ML-project
The main motive of the project is to predict the amount of rainfall in Vidarbha region or state well in advance. We predict average rainfall using past data.
mattias-fjellstrom/terraform-github-actions
Demonstrate how a reusable workflow for Terraform could look like