This application is designed to predict transaction amounts for a local ATM(specific dataset), using both the day of the week and the total number of transactions as factors. It can be further extended to perform financial analyses, such as insurance or claims calculations, by incorporating additional variables.
Update1: Now, you can feed in the total no. of transactions instead of "cash" transactions.
- scikit-learn
- pandas
- Start the development server:
python manage.py runserver - Open your browser and go to
http://localhost:8000/ - Use the application as needed
This project is provided as-is, and the owner shall not be held responsible for any misuse, damages, or losses incurred as a result of using this project. Use at your own risk.