Projects in Awesome Lists by tk04
A curated list of projects in awesome lists by tk04 .
https://github.com/tk04/Marker
A Desktop App for Easily Viewing and Editing Markdown Files
Last synced: 09 Apr 2025
https://github.com/tk04/marker
A Desktop App for Easily Viewing and Editing Markdown Files
Last synced: 16 May 2025
https://github.com/tk04/graphql_prac
GraphQL Full-stack application made w/ GraphQL, Apollo-server, Urql, PostgreSQL, TypeORM, Redis, Typescript, NextJS, DataLoader
apollo-server dataloader graphql graphql-codegen nextjs postgresql redis typeorm typescript urql
Last synced: 13 Apr 2026
https://github.com/tk04/ref
Full-stack web app for user-to-user communication. Handles real-time communication and secure user-to-user payment with PayPal's API and Google Pay's API.
Last synced: 12 May 2026
https://github.com/tk04/genql
Type-safe Prisma & GraphQL Generator for the Node.js Ecosystem
go graphql prisma prisma2 typescript
Last synced: 07 May 2026
https://github.com/tk04/image_classification_resnet9
Image classification model using cifar10 dataset. Model was trained using ResNet9 structure with pytorch and was trained on the GPU.
Last synced: 24 Feb 2025
https://github.com/tk04/digit_prediction_gpu
Made a model to predict numerical digits with the MNIST dataset using pytorch and torchvision. The model was trained on a GPU and perfomed very well: 97% accuracy.
Last synced: 07 Jul 2025
https://github.com/tk04/sections
Full-stack application for embedding templates into your website with 3 lines of code.
apollo apollo-client apollo-server codegen grapqhl oauth2 postgresql prisma type-graphql typescript
Last synced: 17 May 2026
https://github.com/tk04/sentiment-analysis
The model predicts weather a tweet has a positive meaning(1) or a negative meaning(0).
Last synced: 17 Nov 2025
https://github.com/tk04/sections_graphql_server
GraphQL server using PostgresQL + Redis. Made w/ Apollo server and type-graphql for sections client.
apollo apollo-server graphql postgresql prisma redis
Last synced: 12 Apr 2026
https://github.com/tk04/rust_wordcount
A command line application that inputs a .txt file format and returns the occurrence of the maximum number of words in that file. Integrated std::fs,std::env and std::io modules in order to implement this program.
Last synced: 06 Jul 2025
https://github.com/tk04/mern-ecommerce-store
E-commerce store built with React, Node.js, Express.js, MongoDB, and Redux.
Last synced: 07 Oct 2025
https://github.com/tk04/lr_ecommerce
Data exploration and using skit-learn to perform machine learning algorithms to help make decisions based of results gathered from the data,
Last synced: 07 Oct 2025
https://github.com/tk04/distributed_db_consistency_models
Implementation of Different Consistency Models in a Distributed Database
Last synced: 08 Oct 2025
https://github.com/tk04/nlp-email-spam-detector
Used a dataset that already had some emails that were classified as spam or not spam. Then clean up the data and removed punctuation and common stopword. After than, I used some sckit-learn's feature extraction class to apply Count Vectorizer and then Tfidftransform. I then applied sklearn's MultinomialNB classifier on that data. I used that trained model to predict if an email was spam or not on a test data and used sklearn's metrics to see how well my model performed.
Last synced: 12 May 2026
https://github.com/tk04/chip8_emu
Developed a Chip-8 Emulator in rust that can be run via the command line. You run the program and pass in a path to a chip8 game file, then a GUI will pop-up and allow you to interact/ play the game.
Last synced: 13 Jun 2026
https://github.com/tk04/kv_store
Persistent & Memcached compatible Key-Value Store
Last synced: 24 Feb 2025
https://github.com/tk04/java_kafka
Implementation of a kafka producer + consumer using kafka-clients java library
java kafka kafka-client kafka-consumer kafka-producer
Last synced: 24 Feb 2025