Expense Scheduler fully Written in Julia and Verified with Ubuntu Cloud
- JuMP Constraint based Optimization
- constraint 1--> sum(schedulingAmount)= Total Amount
- Constraint 2--> Each day Spending Amount for each type= 100%
- Objective function Min, (sum(w*xd)-Amount) where w--> percentage of each type xd--->perday spent Amount
- display in Graph
- Link with WebIO
(Live Demo)[http://159.65.147.167/]
It's only for Temporary use.
- same code use for Desktop App using Blink(Windows/Linux/MacOS)
- Ineractive app using Intranet like Jubyter
- Hybrid App using Cloud(Dekstop/NotePad/MobilePhone)
- Data Sceince/Numerical Computing App
- used for Educational/Industrial
- Initial Latency of Web page load is high
- Initial Compilation time also High