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

Projects in Awesome Lists by tahmid-saj

A curated list of projects in awesome lists by tahmid-saj .

https://github.com/tahmid-saj/fin-predict

Finance prediction app to view historical and current market data, weekly predictions on BTC / stocks / forex, and get support from AI driven services. Developed with Spring Boot, Maven, Thymeleaf, Django, AWS, GCP, Docker, MySQL.

aws bitcoin bootstrap django forecasting-models gcp java maven ml mysql spring-boot thymeleaf

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/nutri-sight

Nutrition tracker developed to provide predicted nutrition info via image / food description, keep track of meal consumption and burned calories. Also provides numerous recipes and their nutrition info. Developed using MERN, Firebase, Django, GraphQL, Redis, Postgresql, and ML based APIs.

computer-vision django express firebase graphql material-ui mongodb node openai postgresql react redis redux tailwind

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/ml-repository

ML repository delivering both scheduling via cron jobs and API endpoints for running ETL, training, prediction, evaluation, etc, of various end-to-end models. Developed with FastAPI, TensorFlow, PyTorch, AWS, MongoDB.

aws cron-jobs fastapi ml mongodb pytorch tensorflow

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/data-ingestion-api

API providing direct access and ETL / ELT data migration capabilities on various databases from MongoDB, Redis, SQL, AWS RDS, Firebase Firestore etc. Developed with Go and external databases.

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/forecast-ai

Repo containing time series forecasting solutions ranging from N-BEATS, LSTM and autoregressive models trained for predicting stock and bitcoin price.

aws bitcoin lstm n-beats stocks tensorflow

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/chat-sigma

Chatbot developed to answer every day queries, have communication and be a virtual assistant. Developed with MERN, OpenAI API, AWS, Material UI.

aws chatbot express material-ui node openai react

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/data-structures-algorithms

Contains all data structures and algorithms related content. Includes algorithm / data structure implementations and answers to 1k+ Leetcode, Hackerrank, CTCI / EPI, Algoexpert, Neetcode questions.

Last synced: 24 Dec 2024

https://github.com/tahmid-saj/system-design-and-dsa-content

Contains all data structures and algorithms related content. Includes algorithm / data structure implementations and answers to 1k+ Leetcode, Hackerrank, CTCI / EPI, Algoexpert, Neetcode questions.

Last synced: 15 Apr 2025

https://github.com/tahmid-saj/fin-tracker

App developed to track and calculate finance info from banking, investments, and savings. Developed with MERN, firebase, go, postgres and redis.

express firebase go mongodb node postgresql react redis redux

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/iot_database_management

A database management system and calculator for any IoT logged data files inputted into the program. The data log files will contain data of water levels, temperature and humidity of nodes. A linear regression calculator also calculates if the regression equation should change based on percent error calculations using real measures of water levels. Application was created with compatibility for LSN50 IoT logged data.

algorithms-and-data-structures cpp database-management iot linear-regression

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/fin-predict-ts

Finance prediction app to view historical and current market data, weekly predictions on BTC / stocks / forex, and get support from AI driven services. Developed with TypeScript, React, Django, AWS, GCP, Docker, MySQL.

aws django docker forecasting-models gcp mysql react typescript

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/object-identification-project-2020

The purpose of the system is to create a prototype interface of a scene detection and object processing system using a Raspberry Pi 4 with a Raspberry Pi camera module. For a set duration, the scene detection using the camera module will detect changes within a wastewater system and transfer detected image files of the product through the cloud provided by Amazon Web Services (AWS). The service provided by AWS will be Simple Storage Service (S3). After image files have been transferred to the cloud, they will be retrieved for processing using a separate application. The overall scene detection in the system will focus in a parallel detection capability, to transfer image files for processing, which is the main purpose of the research project.

aws computer-vision dnn opencv-python

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/language-ai

Repo containing NLP projects ranging from text summarization, sentiment analysis and classification analysis using different sequence based models in TensorFlow and utilizing AWS for cloud computing.

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/objectprocessing

Computer vision research project

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/url-shortener-service

URL shortening service developed using Go, Encore, PostgreSQL.

encore go postgresql url-shortener

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/linq

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/visnet

Network data visualization tool

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/document-search-service

Document searcher service to search for documents using search query terms. Uses inverted index mappings to optimize search queries. Developed with Go / Gin, S3, DynamoDB.

dynamodb gin go inverted-index s3 searcher

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/monitoring-service-frontend

Pub/Sub monitoring service for subscribing to sites and publishing events when they go down or come back up. Developed using Go, TypeScript, PostgreSQL, Webhooks, Encore.

encore go monitoring postgresql typescript webhooks

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/vision-ai

Repo containing computer vision projects ranging from object detection, movement detection and tracking to image classification using OpenCV and TensorFlow.

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/document-indexer-service

Document indexer service to generate inverted index mappings (document term matrices) for documents, such that the inverted index mappings can be utilized by search services for read optimization. Developed with Go / Gin, S3, DynamoDB.

dynamodb gin go inverted-index s3 search-system

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/cms

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/task-scheduler-service

Task scheduler service to manage tasks in a set of queues, and assign tasks to an EC2 instance. Upon completion of task, any asynchronous background jobs such as notifications, logging or publishing events will be called via AWS Lambda. Developed using Go / Gin, AWS SQS, EC2, Lambda.

aws-ec2 aws-lambda aws-sqs gin go task-scheduler

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/rbay

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/opengl-model-visualization-tool

A model visualization tool developed using OpenGL that is able to visualize normal vectors, primitives, display reflection and detect edges. The visualization tool can mainly be used to observe movements of unstructured models.

cpp graphics-programming opengl visualization-tools

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/search-service

Typeahead search service using a Trie data structure approach. Developed using Go / Gin and AWS DynamoDB.

dynamodb gin go trie typeahead-search

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/uuid-service

Simple UUID generator service developed with Go / Gin.

gin go uuid-generator

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/aws-e2e-mlops-templates

Repo containing end-to-end MLOps samples/templates using AWS SageMaker, CodePipeline and CDK.

aws cdk codepipeline e2e mlops sagemaker

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/monitoring-service

Pub/Sub monitoring service for subscribing to sites and publishing events when they go down or come back up. Developed using Go, TypeScript, PostgreSQL, Webhooks, Encore.

encore go monitoring postgresql typescript webhooks

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/db-interface-service-java

Database interface for provisioning databases, clusters, tables, collections, and performing CRUD, etc for various relational and non-relational databases. Developed with Spring Boot, PostgreSQL, MySQL, MongoDB, Neo4j, Cassandra, AWS RDS / Aurora / DynamoDB / DocumentDB / Keyspaces / Neptune / Timestream.

aws-aurora aws-documentdb aws-keyspaces aws-neptune aws-timestream dynamodb maven mongodb mysql neo4j-database postgresql rds-database spring-boot

Last synced: 24 Feb 2025

https://github.com/tahmid-saj/btc_forecast_dev

A bitcoin price forecaster utilizing an ensemble of autoregressive, N-BEATS, LSTM and layer normalized models, trained on various loss functions.

autoregressive bitcoin lstm nbeats time-series

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/rate-limiter-service

Rate limiter service to limit requests using a sliding window (with logging) approach and pre-defined rules. Developed with Go / Gin, DynamoDB.

dynamodb gin go rate-limiter sliding-window-log

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/roadmaps

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/javafx-parking-app

Parking application project using JavaFX.

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/logging-service

Logging service API for log management in S3 from different frontends / APIs / databases. Can also view summaries of logs in dashboard. Developed using Go / Gin, AWS S3.

aws-s3 gin go logging

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/event-bookings-api

Go event bookings REST API example with authentication / authorization using JWTs and a SQL database.

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/clips-2

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/clips

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/notification-service

Pub/Sub based notification service API for sending email and mobile push notifications. Developed using Go / Gin, AWS SES, SNS, S3.

aws-s3 aws-ses aws-sns gin go notifications pubsub

Last synced: 12 Apr 2025

https://github.com/tahmid-saj/pong

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/ror-dev

Last synced: 14 Apr 2025

https://github.com/tahmid-saj/next-ssr

Last synced: 14 Apr 2025