alidenewade commited on
Commit
e88ec06
Β·
verified Β·
1 Parent(s): 8a9a2d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -27
README.md CHANGED
@@ -1,27 +1,10 @@
1
- # Amortization Report
2
-
3
- An interactive app that generates amortization schedules with visual breakdowns of interest, principal, and remaining balance over time.
4
-
5
- Built with [Gradio](https://gradio.app) and hosted on [Hugging Face Spaces](https://huggingface.co/spaces).
6
-
7
- ## πŸ”’ How It Works
8
-
9
- Input:
10
- - **Principal** – The loan amount
11
- - **Annual Interest Rate (%)** – Enter as a percentage (e.g., 5 for 5%)
12
- - **Number of Periods** – Typically in years
13
-
14
- Output:
15
- - An **amortization table** showing yearly payments
16
- - **Interactive charts** for payment breakdown and remaining balance
17
- - **Downloadable files**:
18
- - Excel (`.xlsx`)
19
- - Chart image (`.png`)
20
- - Full report (`.pdf`)
21
-
22
- ## πŸ“¦ Dependencies
23
-
24
- Install via `requirements.txt`:
25
-
26
- ```bash
27
- pip install -r requirements.txt
 
1
+ ---
2
+ title: Amortization Report
3
+ emoji: πŸ“Š
4
+ colorFrom: pink
5
+ colorTo: purple
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ license: mit
10
+ ---