My WebApps

Task Master

App Directory: https://tasks.ilgazcakar.me

Git Repository: https://git.ilgazcakar.me/ilgaz/TaskMaster

This small Python webapp is to keep track of tasks.

The code is taken completely from freeCodeCamp.org Youtube tutorial “Learn Fask for Python – Full Tutorial”. I don’t have any claim of ownership of either the idea or the code.

Time Series Analysis Tool

App Directory: https://time-series.ilgazcakar.me

Git Repository: https://git.ilgazcakar.me/ilgaz/Time-Series-Analysis

An app to conduct basic calculations on a time series data. You can see summary statistics, ACF/PACF plots, time series decompositon, and forecasting using 3 different models. You can also adjust forecast parameters, and compare different forecasts you did.