-
-
stock-forecaster Public
Simple web application using the Prophet library and financial APIs to provide stock price forecasts.
-
fruit-classification Public
CNN that classifies fresh and rotten fruit. Transfer learning using the VGG16 model and data provided by Kaggle.
Jupyter Notebook MIT License UpdatedApr 2, 2023 -
-
-
unbrokenToken Public
Forked from tnmercer/unbrokenTokenNew token creation and ICO
Python UpdatedNov 6, 2022 -
c16-kasei-coin Public
ERC-20 token, crowdsale, and deployer contracts to crowdsale a new token called KaseiCoin (KSC) and allow users to purchase newly minted tokens.
Solidity MIT License UpdatedNov 2, 2022 -
c15-joint-savings Public
Joint savings account smart contract created with Solidity.
Solidity MIT License UpdatedOct 24, 2022 -
c14-fintech-finder Public
Application that allows user to select a candidate, calculate the wage to hire that candidate, and send the transaction from their address to the candidates via an easy to use web interface.
Python MIT License UpdatedOct 19, 2022 -
c13-pychain Public
Blockchain-based ledger system built in Python with a user-friendly web interface.
Python MIT License UpdatedSep 29, 2022 -
c8-crypto-clusters Public
Analysis of different cryptocurrencies using unsupervised learning to cluster based on performance in different time periods.
Jupyter Notebook MIT License UpdatedSep 26, 2022 -
c5-financial-planning-tools Public
Two financial analysis tools to help credit union members 1. visualize current savings accounts and determine if enough funds are available to create an emergency fund and 2. assist in financial pl…
-
crypto-vs-the-market Public
Analysis of Bitcoin and the S&P 500 to identify best investment opportunity. Analysis includes long-term holding, shorter-term trading, and Monte Carlo simulations to find the most profitable oppor…
-
beating-the-market-with-ai Public
Comparison of various machine learning models on a trading algorithm with the goal of identifying a model capable of producing returns across various stocks.
Jupyter Notebook MIT License UpdatedSep 16, 2022 -
This project uses machine learning models to train and evaluate a trade algorithm with the goal of increasing the cumulative returns relative to the actual returns.
-
This project uses deep neural networks to create models that predict whether or not a business will become a success if invested in.
Jupyter Notebook MIT License UpdatedAug 21, 2022 -
c1-loan-analyzer Public
Program used to filter through a list of loans and generate a csv of the most affordable options.
Python MIT License UpdatedAug 15, 2022 -
c10-credit-risk-resampling Public
This project is an analysis of peer-to-peer lending data using Logistic Regression and oversampling to identify whether or not oversampling helps the model better predict healthy and risky loans.
Jupyter Notebook MIT License UpdatedAug 13, 2022 -
c2-loan-qualifier Public
Program that intakes bank and user data and generates a csv of available loans from select banks.
Python MIT License UpdatedAug 8, 2022 -
c3-crypto-arbitrage Public
Financial analysis of Bitcoin to identify arbitrage opportunities using historical data.
Jupyter Notebook MIT License UpdatedAug 8, 2022 -
c4-risk-return-analysis Public
Analysis of fund portfolios and the S&P 500 to identify ideal portfolios for a firm's suite of fund offerings.
Jupyter Notebook MIT License UpdatedAug 8, 2022 -
c6-housing-rental-analysis Public
Analysis of sale price per square foot, gross rent, and available housing units for various neighborhoods in San Francisco.
Jupyter Notebook MIT License UpdatedAug 8, 2022 -
c7-etf-analyzer Public
Analyze single ETF assets and ETF portfolios using python, pandas, and SQL. Deployable as a web app using voila.
Jupyter Notebook MIT License UpdatedAug 8, 2022 -
qr-code-generator Public
Simple program using user input data to generate a QR code.
Python MIT License UpdatedAug 8, 2022 -
c9-forecasting-net-profit Public
Analysis of stock prices, Google trends data, and sales data to identify seasonal trends and forecasting using the Prophet library.