All Projects → victorqribeiro → Budget

victorqribeiro / Budget

Licence: other
A simply budget app that predicts where the expenses are being made

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Budget

Yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
Stars: ✭ 87 (-13%)
Mutual labels:  app
Wiki
wiki is a self-hosted well uh wiki engine or content management system
Stars: ✭ 91 (-9%)
Mutual labels:  app
Papers Literature Ml Dl Rl Ai
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
Stars: ✭ 1,341 (+1241%)
Mutual labels:  machine-learning-algorithms
Zwmusicdownloadview
精仿唱吧App音乐下载进度按钮,完美快速集成使用(A beautiful musical download progress button which can show the progress and click to play Music after finishing)
Stars: ✭ 88 (-12%)
Mutual labels:  app
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+9386%)
Mutual labels:  machine-learning-algorithms
One Vue
仿韩寒「ONE · 一个」,基于vue2.0+混合式开发的一款跨终端、高性能、用户体验高的移动端App! 学习Vue的同学可以看下,感谢 Star 和 Fork!!
Stars: ✭ 93 (-7%)
Mutual labels:  app
Noboru
Application for PlayStation Vita to read manga or comics
Stars: ✭ 87 (-13%)
Mutual labels:  app
Verse
Reference implementation of the paper VERSE: Versatile Graph Embeddings from Similarity Measures
Stars: ✭ 98 (-2%)
Mutual labels:  machine-learning-algorithms
Lda Topic Modeling
A PureScript, browser-based implementation of LDA topic modeling.
Stars: ✭ 91 (-9%)
Mutual labels:  machine-learning-algorithms
Remotefiles
An open source SFTP client for Android and iOS
Stars: ✭ 97 (-3%)
Mutual labels:  app
Nanoleaf Desktop
A modern desktop application for the Nanoleaf Aurora and Canvas
Stars: ✭ 90 (-10%)
Mutual labels:  app
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+1197%)
Mutual labels:  app
Mobile Web Best Practice
🐯 移动 web 最佳实践
Stars: ✭ 1,333 (+1233%)
Mutual labels:  app
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-12%)
Mutual labels:  machine-learning-algorithms
Carol Xamarin
A minimal and beautiful lyrics app for macOS built with Xamarin and C#
Stars: ✭ 97 (-3%)
Mutual labels:  app
Chat
这是一个运动健身类app,纺大夜跑团 ,能够根据gps或网络定位来实时绘制跑步轨迹,并计算速度距离, 并且还加入社交功能 , 可以和附近的跑步用户打招呼加好友, 并加入了排行榜组团跑步等
Stars: ✭ 87 (-13%)
Mutual labels:  app
Machine Learning Algorithms
A curated list of almost all machine learning algorithms and deep learning algorithms grouped by category.
Stars: ✭ 92 (-8%)
Mutual labels:  machine-learning-algorithms
Evntouchiddemo
🆔 iOS fingerprint login process implementation
Stars: ✭ 98 (-2%)
Mutual labels:  app
Accelerider.windows
A shell that runs Accelerider applications on the Windows platform.
Stars: ✭ 1,350 (+1250%)
Mutual labels:  app
Machinelearning
A repo with tutorials for algorithms from scratch
Stars: ✭ 96 (-4%)
Mutual labels:  machine-learning-algorithms

Budget

A smart budgeting app that that predicts the location of the expense being made.

Budget is a JavaScript toy app that implements a KNN to predict where the expense is being made.

An online version is hosted here. You can add it to your phone as an app, if you like.

It uses the day of the week, the hour of the day and the value of the expense as features to predict the location of the purchase. Its a toy app because it stores data in the localStorage of the browser. Its not reliable or robust and the code is a bit messy; it was made as an exercise (or proof of concept) after a machine learning class.

The app was written in portuguese, but a quick hack was made to accept other languages. Right now you can choose between english and Brazilian portuguese.

How to Translate

Make a copy of the en.json file and replace the sentences, translating to the desired language. After that, change the variable langSetting in js/main.js to the name of the json file you made:

let langSetting = 'js/en.json';

Donations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].