Alex Ruan (ZovcIfzm)

ZovcIfzm

Geek Repo

Company:Avenu

Location:Okemos, Michigan

Github PK Tool:Github PK Tool

Alex Ruan's repositories

ZovcIfzm

Personal GitHub description

Stargazers:0Issues:0Issues:0

react-native-templates

Templates to quickly build an app off React Native

Language:JavaScriptStargazers:0Issues:0Issues:0

LunchTime

A mobile app that tracks caloric and nutritional intake from simply taking a picture at mealtime, and then recommends suitable meals based on your eating pattern using machine learning.

Language:JavaScriptStargazers:3Issues:0Issues:0

ItsDinnerTime

A mobile app for groups sharing an apartment detailing the menu and who's cooking for the next couple days. Currently being built with a React-Native front end and a Firestore backend. Has some legacy flask/sqllite/jinja2 code. Production is halted to work on DiscoverOHS.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

legacy-personal-website

Deprecated personal website- outdated styling/info. Plan to completely rewrite in the future.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

ExploreOHS

An mobile app built on React Native allowing users to explore Okemos High School using a network of traversable pictures through gestures.

Language:JavaScriptLicense:MITStargazers:1Issues:0Issues:0

chem-club-website

Website for the OHS Chemistry Club. Built with HTML/CSS & Bootstrap, hosted on Google Cloud App Engine.

Language:JavaScriptLicense:MITStargazers:1Issues:0Issues:0

react-stripe

minimal working react app integrated with stripe

Stargazers:0Issues:0Issues:0
Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

BasicClickerApp

An example app for basic react native functionalities

Language:JavaStargazers:0Issues:0Issues:0

react-native-stripe

Working payment processing for a react-native mobile app using Stripe

Language:JavaStargazers:0Issues:0Issues:0

minimal-flask-firebase

A minimal example app that shows you how to connect to and call firebase in python from a flask app.

Language:PythonStargazers:0Issues:0Issues:0

Wound-Analysis-Frontend

A system for the capture, automatic area measurement, and analysis of wounds in diabetes utilizing computer vision with OpenCV integrated with a Flask API for image analysis and a React web interface. This repository consists of the frontend functionality.

Language:JavaScriptStargazers:1Issues:0Issues:0

Wound-Analysis-Backend

A system for the capture, automatic area measurement, and analysis of wounds in diabetes utilizing computer vision with OpenCV integrated with a Flask API for image analysis and a React web interface. This repository consists of the backend functionality.

Language:PythonStargazers:1Issues:0Issues:0

GeneGPT2

A combination of GPT-2 trained from scratch on masking histone modification patterns rather than the English language and XGBoost, predicting differential gene expression from histone modifications.

Language:Jupyter NotebookLicense:MITStargazers:3Issues:0Issues:0

EELS-simulator

A simulator modeling the evolution and energy loss of the phase space of a high-intensity electron beam as it travels through a transmission electron microscope with adaptive optics.

Language:C++License:MITStargazers:5Issues:0Issues:0

minimal-react-firestore

minimal app for connecting react with firebase 9

Language:HTMLStargazers:0Issues:0Issues:0

ctflearn-solutions

solutions for ctflearn problems

Language:PythonStargazers:0Issues:0Issues:0

Wound-Analysis-Auxiliary

Repository for additional code not required for live server deployment but necessary for preprocessing.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

ecs-fargate-tasks-fatlambda

Template code to create tasks as Amazon ECS- Fargate Containers and run them using using event-triggered Lambda functions

License:MITStargazers:0Issues:0Issues:0

Wound-Analysis-ML

A system for the capture, automatic area measurement, and analysis of wounds in diabetes utilizing computer vision with OpenCV integrated with a Flask API for image analysis and a React web interface. This repository consists of the ml functionality.

Language:PythonStargazers:0Issues:0Issues:0

Kimball-ATVG-pathway-enrichment-analysis

Pathway analysis of differential gene expression for (Ly6C Hi - Ly6C Lo) cell states in DIO vs ND mice. We find significant upregulation in the PGAM1 and downregulation in the CHCHD2 gene.

Language:RLicense:MITStargazers:0Issues:0Issues:0

one-shot-learning-with-siamese-networks

Investigations on one-shot learning with siamese networks based on code from https://towardsdatascience.com/one-shot-learning-with-siamese-networks-using-keras-17f34e75bb3d

Language:PythonStargazers:0Issues:0Issues:0

Kimball-ATVG-outlier-analysis

Outlier analysis of log-fold-change of gene expression between DIO and ND mice during low and high Ly6C phases with extreme value analysis and DBScan.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

InTheLoop

To help those with muted groups chats still hear about interesting texts, InTheLoop, will notify you when user-defined flags are hit in the chat.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

GeneBERT

A combination of RoBERTa trained from scratch on masking histone modification patterns rather than the English language and XGBoost, predicting differential gene expression from histone modifications.

Language:Jupyter NotebookLicense:MITStargazers:10Issues:0Issues:0

minimal-react-context-app

App with minimally working react-context

Language:JavaScriptStargazers:0Issues:0Issues:0

tensorflow-rnn-predict-fuel-efficiency

Using an DNN to predict fuel efficiency of 1960-1970's cars from the Auto-MPG dataset.

Language:PythonStargazers:0Issues:0Issues:0

DeepHashing

Image hashing is the one-way process of converting an image into a binary hash such that similar images have similar hashes. This has promising applications in speeding up approximate nearest neighbor search when trying to retrieve similar images from a database as well as in security for verifying an image hasn’t been perceptually modified. Utilizing deep learning, we implement a model that learns these binary hashes under three primary constraints. First, we minimize the loss in information between the continuous model output and the quantized binary hash. Second, we make sure the binary values are distributed evenly on each bit. Third, we ensure different bits are as independent as possible through a relaxed orthogonality constraint on each fully connected layer of the model. In addition, we implement a variant of the same model that takes advantage of training data labeled for classification tasks in order to generate hashes that are near one another for images of the same class and far away for images of different classes. We evaulate the supervised and unsupervised variants of this model on the MNIST and CIFAR-10 datasets, as was done in the original paper, as well as a recent malaria diagnosis dataset from the NLM.

Language:PythonLicense:MITStargazers:2Issues:0Issues:0