A modern dashboard application for financial projections targeting Agritech startups. This application provides intuitive tools for scenario planning, financial modeling, and visualization of 10-year projections.
- Interactive financial projections for 10 years
- Regional revenue breakdown (North/South India)
- Product mix analysis (Hardware/Software)
- Multiple growth scenarios
- Interactive charts and visualizations
- Downloadable reports
-
Ensure you have Python 3.8+ installed
-
Set up the virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows: .\venv\Scripts\activate pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Open your browser and navigate to http://localhost:8501
-
Use the sidebar to adjust:
- Initial revenue for North and South India
- Growth scenario (Low/Medium/High)
- Hardware/Software revenue split
-
View projections through:
- Interactive charts
- Detailed data tables
- Downloadable reports
This project is being developed in two versions:
- A Streamlit prototype for rapid iteration (current)
- A full React application (coming soon)
MIT