Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by amoshnin

A curated list of projects in awesome lists by amoshnin .

https://github.com/amoshnin/ml-pairwise.ranking.and.sentiment.analysis

My machine learning pet project on (E-Commerce product reviews) with (Pairwise Ranking and Sentiment Analysis)

Last synced: 18 Nov 2024

https://github.com/amoshnin/guide-node-neststructure

NestJS (Express + TypeORM + GraphQL + MongoDB) codebase containing real world examples (CRUD, auth, advanced patterns).

graph-ql nest-js node-js

Last synced: 11 Oct 2024

https://github.com/amoshnin/rn-ethereumwallet

Full Ethereum wallet application for managing your assets 🚀 💸 Securely store and send your Ethereum-based assets (React Native JS)

Last synced: 18 Nov 2024

https://github.com/amoshnin/cad-plugins

🎈 List of all my open source CAD (Fusion 360) plugins I developed/maintained/improved and have been using for personal work automation of using Fusion 360 CAD Software.

cad cad-plugin fusion-360 python

Last synced: 18 Nov 2024

https://github.com/amoshnin/harvard.python-machine.learning

📘 Harvard University - CS50's "Introduction to Artificial Intelligence with Python" course solved assignments. Files include complete source code, data & video illustrations of problem solutions

cs50 cs50ai cs50problemsets harvard-university python

Last synced: 18 Nov 2024

https://github.com/amoshnin/swift.stanford-ios.development

📘 Stanford University - CS193p Spring 2020 - Developing Apps for iOS (SwiftUI). Files include complete source code and images of final applications.

cs193p ios stanford swift swiftui

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-demand.prediction.of.driver.availability

My machine learning pet project on demand prediction of driver availability using multistep time series analysis

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-fire.detection.with.image.segmentation.using.deep.learning

My machine learning pet project on early fire detection with image segmentation using deep learning (Mask R-CNN with Tensorflow)

Last synced: 18 Nov 2024

https://github.com/amoshnin/typescript-programming.language

⚡️ Small programming language and interpreter that supports fundamental programming concepts. Inspiration is heavily taken from the BASIC language and it is written in TypeScript

interpreter javascript lexer parser programming-language typescript

Last synced: 18 Nov 2024

https://github.com/amoshnin/r-recursion.tree.visualizer

⚡️ Tool for visualizing generic recursive function written in JavaScript/Python. Functions are animated using tree structures. It aids identification of function time complexity & call stack depth

algorithms recursion recursion-tree recursion-visualizer visualization

Last synced: 18 Nov 2024

https://github.com/amoshnin/rust-pixeleditor

In-browser pixel editor with undo & redo using Webassembly with languages: Rust & Javascript. Immutable data structures are used improve the storage of state in our re-do/un-do queue.

pixel-editor rust web-assembly

Last synced: 18 Nov 2024

https://github.com/amoshnin/r-sorting.algorithms.visualizer

⚡️ Visualization and Audibilization Tool for various Sorting Algorithms for educational purposes (Sorting: Merge, Quick, Heap, Bubble)

Last synced: 18 Nov 2024

https://github.com/amoshnin/r-netflix

Last synced: 18 Nov 2024

https://github.com/amoshnin/next-ecommerce

FullStack eCommerce application (built with Next JS, TypeScript, BigCommerce Services and Vercel) ✨ 🚀

Last synced: 18 Nov 2024

https://github.com/amoshnin/python-game.of.life

🍒 My replica realisation of famous game: "Game of Life" (invented by mathematician John Conway) in Python & PyGame. Game components are implemented as classes in accordance with OOP principles 🦾

game-of-life object-oriented-programming python

Last synced: 18 Nov 2024

https://github.com/amoshnin/next-fastfeedback

✨ Next JS - Platform for easily adding user reviews, feedback, and comments to your website in one line of code.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-skip.gram.for.word.embeddings

Implemented the skip gram algorithm in NLP for word embeddings on a set of documents.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-real.time.streaming.of.twitter.sentiments

My machine learning / big data pet project on building a pipeline for real-time streaming of twitter sentiments with AWS-EC2 and Apache NiFi

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-taxi.service.demand.prediction

My machine learning pet project on predicting future ride requests for a particular region at a given time using Time Series Forecasting and Clustering with Mini-Batch K-means Algorithm

Last synced: 18 Nov 2024

https://github.com/amoshnin/microcontroller-insertion.sorting.algorithm

This is the GitHub repository of my pet propject that contains the implementation of an efficient insertion sort algorithm in ARM assembly language. The project addresses three key questions related to array manipulation, register usage, and optimization strategies.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-abstractive.text.summarisation.with.transformers.bart

My machine learning pet project on Abstractive Text Summarisation using Google's Transformers-BART model to generate news article headlines

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-loan.eligibility.prediction.with.gradient.boosting

My machine learning pet project on predicting whether or not a loan should be given to an applicant using Gradient Boosting

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-plant.species.image.classifier

My machine learning pet project on performing image classification of plant species using different benchmark classification techniques

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-quora.duplicate.questions.detector

My machine learning NLP pet project on performing detection of duplicates amongst Quora questions (questions with same meaning)

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-medical.diabetes.prediction

This is my machine learning pet project that contains the code and documentation for a comprehensive data analysis and machine learning project focused on predicting diabetes based on a diverse set of factors. The project is divided into three parts: Exploring the Dataset, Building the Classification Model, and Conclusion.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-topic.modelling.to.group.customer.reviews

My machine learning pet project on topic modelling using K-Means clustering to group customer reviews

Last synced: 18 Nov 2024

https://github.com/amoshnin/microcontroller-drone.program.stm32

This is my microcontroller programming pet project containing the source code and documentation for a prototype drone designed for defensive and scientific purposes in a post-zombie apocalyptic world. The primary mission of the drone is to defend the sanctuary, take environmental measurements, and transmit data to scientists within the sanctuary.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-production.line.failure.detector

My ML pet project on predicting failures at production line of Bosch using measurements & tests made for each component along the assembly line.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-retail.recommender.system

My machine learning pet project on a recommender system used in retail

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-face.recognition.system.with.facenet

My machine learning pet project on building a face recognition system using FaceNet

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-gameplay.learning

Artificial Intelligence that plays the Flappy Bird game using a neural network. Uses NEAT (NeuroEvolution of Augmenting Topologies) Python

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-credit.card.fraud.detection.classification

My machine learning pet project on Credit Card Fraud Detection as a Classification Problem

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-expedia.agency.hotel.recommendation

My machine learning pet project on contextualising customer data provided by Expedia Group Travelling Agency to predict the likelihood of a user staying at 100 different hotel groups

Last synced: 18 Nov 2024

https://github.com/amoshnin/swift-datastructures.algorithms

Data Structures and Algorithms in Swift. Fundamentals of Computer Science (Comprehensive explanations in readme with code examples)

Last synced: 18 Nov 2024

https://github.com/amoshnin/r-pathfinding.algorithms.visualizer

⚡️ Visualization tool for various pathfinding and recursive division maze-generation algorithms. List: (A* Search, Depth-First Search, Breadth-First Search, Greedy Best-First Search)

algorithm computer-science pathfinding-algorithm pathfinding-visualizer typescript

Last synced: 18 Nov 2024

https://github.com/amoshnin/grp-packages

Personal outsource NPM modules 👨‍💻

Last synced: 18 Nov 2024

https://github.com/amoshnin/swift-covid.statistics.tracker

Swift UI cross-platform app for tracking COVID-19 infection (Multiplatform iOS 14 + Widget) 🦠 📈

Last synced: 18 Nov 2024

https://github.com/amoshnin/typescript-templates

🎈 Curated collection of starter templates for TypeScript projects for medium to large size. Projects targets range from: web to mobile to backend. Projects have unit tests integrated.

javascript templates typescript

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-handwritten.digit.recogniser

Handwritten Digit Recognition - developed using a simple neural network (multilayer perceptron) with Numpy, Tensorflow and Keras. PyGame is used to receiving user input through a canvas window.

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-customer.churn.prediction.deployment.on.aws

My machine learning pet project on Customer Churn Prediction Analysis using Ensemble Techniques deployed on AWS

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-customer.churn.prediction

My machine learning pet project on Customer Churn Prediction Analysis using Ensemble Techniques

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-customer.review.classifier.with.deep.learning

My machine learning pet project on Customer Review Classification using Deep Learning methods (GRU)

Last synced: 18 Nov 2024

https://github.com/amoshnin/cs.python-datastructures.algorithms

📘 List of (Algorithms, Data Structures & Coding Problems) 🐍 Implemented in Python with detailed explanations and links to further readings | Preparation for coding interviews 🚀

algorithms coding-problems data-structures

Last synced: 18 Nov 2024

https://github.com/amoshnin/mipt.cpp-competitive.programming

📘 MIPT University - Olympiad School of Competitive Programming (C++) Curated repository with full explanations, solutions & written lectures collected throughout my academic experience at MIPT school

algorithms-and-data-structures competitive-programming cpp olympiad-in-informatics

Last synced: 18 Nov 2024

https://github.com/amoshnin/cad-innovative.desk.lamp.design

This repository contains my CAD project in which I've designed an Innovative Desk Lamp for working professionals, students and niche specialists requiring optimal desk lighting solutions.

Last synced: 18 Nov 2024

https://github.com/amoshnin/blk-crowdfunding

Decentralized crowdfunding web3 application. Built using Ethereum cryptocurrency (Solidity Smart Contracts) and React front-end

Last synced: 18 Nov 2024

https://github.com/amoshnin/grp-pomidoro

Mobile food ordering and home delivery marketplace applications for customers and couriers. Built with TypeScript (React Native and Redux)

Last synced: 18 Nov 2024

https://github.com/amoshnin/js-d3

🚀 Advanced Data Visualizations (D3.js) and interactable animations. Huge variety of dynamic & interactive graphs and charts made with D3.js library

animation d3-js react visualization

Last synced: 18 Nov 2024

https://github.com/amoshnin/cpp-competitive.programming.notebook

Notebook of problems and solutions for 300+ competitive programming problems that I solved during practice

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-conversational.chatbot.with.nltk

My machine learning pet project on Conversational Chatbot application using the NLTK text classification library

Last synced: 18 Nov 2024

https://github.com/amoshnin/amoshnin

Information about me

Last synced: 18 Nov 2024

https://github.com/amoshnin/microcontroller-vehicle.robot.catapult

This repository houses the code for my Arduino-based Microcontroller Project, featuring a catapult robot designed to navigate through a challenging obstacle course. The robot's mission is to successfully surmount a sequence of obstacles before ultimately launching a catapult ball over a tall barrier.

Last synced: 18 Nov 2024

https://github.com/amoshnin/swift-neeo

Last synced: 18 Nov 2024

https://github.com/amoshnin/rn-fashion

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-human.activity.recognition

My machine learning pet project on Human Activity Recognition Using Multiclass Classification with fitness data from a smartphone tracker

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-fake.news.classifier.with.deep.learning

My machine learning pet project on Fake News Classification using Deep Learning methods (RNN, LSTM, GRU)

Last synced: 18 Nov 2024

https://github.com/amoshnin/ml-credit.card.fraud.detection.anomaly.detection

My machine learning pet project on Credit Card Fraud Detection as an Anomaly Detection Problem with Autoencoders

Last synced: 18 Nov 2024

https://github.com/amoshnin/grp-moneymix

Mobile financial budgeting cross-platform app. Built with TypeScript (React Native and Redux)

Last synced: 18 Nov 2024

https://github.com/amoshnin/guide-node-nesttest

A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!

Last synced: 18 Nov 2024

https://github.com/amoshnin/guide-js.ts-advanced

Advanced JavaScript/TypeScript | Syntax, Code Challenges, Methodologies, Patterns and Algorithms 🥰 🚀

Last synced: 18 Nov 2024

https://github.com/amoshnin/blk-blockchain

FullStack Blockchain Network with Cryptocurrency from scratch. Uses Proof-Of-Work cryptographic zero-knowledge consensus algorithm proof. Inspired by Bitcoin 🚀

Last synced: 18 Nov 2024

https://github.com/amoshnin/swift-ice

Last synced: 18 Nov 2024