You are the owner of a restaurant. Recently, you are receiving high volumes of advance bookings for all tables that are placed at the restaurant. Despite receiving such high volumes of advance booking, you are not able to generate the targeted revenue. You suspect that the Chief Accountant is misreporting the total amount of bills that are generated.
To remove this issue, you require an automated system that can identify the total amount from a provided bill so that you can use it to check against the total earnings of your restaurant. Your task is to create a sophisticated NLP-based model that can process an invoice or receipt. Print the total amount mentioned in the processed invoice or receipt.
Column name | Description |
FileName | File name |
Total Amount [Target] | Total amount extracted from corresponding bill/file |
Sample submission: Submission format expected
FileName | Total Amount |
Te_5 | 15.03 |
Te_126 | 19.1 |
. | . |
. | . |
Te_188 | 70.68 |
Te_7 | 93.58 |
score=100×r2_score(actual,predicted)