generating budgeting advice and financial spending tips using NLP and ML - ECMM6000 Term Project
- Clone the repository or extract the submitted zip file to a desired location
- Install the required packages using the following command
- pip install -r requirements.txt
- Replace the placeholder API key in line 10 of
app.py
file with the key provided in the report
- We have provided the API key for testing in our report submission for the project.
- Run the following command to start the application
- python app.py
- Open the browser and go to the following URL
- Select the csv file containing the financial data from 'BetterFinancialTips/uploads/raw_data.csv' and click on the predict button
- Give the application a couple of minutes to process the data and display the results
- Once the graphs are displayed, you can click the 'go to the tips page' button to get the financial tips generated by the AI model
- This will take you to a new page where you can see the generated tips, there is no return... (unless you hit back)