Skip to content

WebApp with bottle, uses CLIPS based Rule Based System (RBS)

Notifications You must be signed in to change notification settings

theidentity/NUStudent-Fiscal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NU$tudent Fiscal

Inteligent Budget Estimation


NU$tudent Fiscal is a Rule Based systems which estimates the living expenses for foreign students in NUS and provides suggestions to them.

How to run the program

  1. Start the Webapp
python2 app.py

This opens the app in the default port 5000. Inorder to specify on which port to open the app, specify this as a command line argument.

python2 app.py 5678
  1. In the browser open the following address or the address you specified
http://localhost:5000/
  1. Once you have opened the application in the tab, click on the start button to begin Start

  2. Answer the questions to proceed to your estimations. Do note that the questions are not static. Your previous questions decide what we are going to ask you next. Mid

  3. YOu will be given a budget estimate with the breakdown. Click on restart to have another go at it. End

Things to note

  1. Use the restart button on the program to start again - do not manually refresh or try to go back during the execution of the program
  2. If you get an address conflict you will get the following :
error: [Errno 98] Address already in use

In this case, specify a free port as commang line argument

Releases

No releases published

Packages

No packages published