A study material hub designed for first-year M.Tech QROR students at the Indian Statistical Institute (ISI).
This web application provides easy access to all essential academic resources for all Semesters
- 📄 Lecture Notes
- 📚 Textbooks
With an intuitive interface, you can quickly navigate and find the material you need to excel in your studies.
🔗 Click here to access the WebApp
- Streamlit — For building the interactive web interface
- Python — Backend logic and resource management
- requirements.txt — Dependency management for smooth setup
isi-qror-webapp/
│
├── .devcontainer/ # Development container configuration
├── pages/ # Additional Streamlit pages
├── Home.py # Main application file
├── requirements.txt # Python dependencies
├── LICENSE # License file
└── README.md # Project documentation
git clone https://github.com/stoicsapien1/isi-qror-webapp.git
cd isi-qror-webapp
pip install -r requirements.txt
streamlit run Home.py
Contributions are welcome!
- Fork this repository
- Create a new branch (
feature/my-update
) - Commit your changes
- Submit a pull request
This project is licensed under the CC0-1.0 License — you’re free to use, modify, and distribute it.
streamlit
· webapp
· isi
· mtechqror
· study-material