An open API service indexing awesome lists of open source software.

https://github.com/r-mahesh45/fsi-calculator-web-app

I'm excited to share my latest project, FSI Calculator, which simplifies the calculation of Total FSI, Built-Up Area, and Carpet Area for architects, planners, and real estate professionals.
https://github.com/r-mahesh45/fsi-calculator-web-app

Last synced: 4 months ago
JSON representation

I'm excited to share my latest project, FSI Calculator, which simplifies the calculation of Total FSI, Built-Up Area, and Carpet Area for architects, planners, and real estate professionals.

Awesome Lists containing this project

README

          

# FSI Calculator Web App

A simple web application to calculate Total FSI, Built-Up Area, and Carpet Area based on input parameters like Plot Area, Permissible FSI, TDR, and Ancillary FSI.

## Features
- Accepts user inputs for Plot Area, Permissible FSI, TDR, and Ancillary FSI.
- Calculates:
- Total FSI
- Built-Up Area
- Carpet Area (80% efficiency)
- User-friendly interface.
- Built with Python (Flask) and JavaScript.

## Installation

1. Clone this repository:
```bash
git clone https://github.com/R-Mahesh45/FSI-Calculator-Web-App.git

fsi-calculator/
├── app.py
├── templates/
│ └── index.html
├── static/
│ ├── script.js
│ └── styles.css
├── README.md
└── requirements.txt