This project is a matrix operations calculator, developed as part of the Hacked Beta 2024 hackathon at the University of Alberta! 🚀
It is a collaborative effort to build a modern, user-friendly application for performing various matrix operations, showcasing our team's creativity and technical skills under the pressure of a hackathon environment. The project demonstrates rapid prototyping, teamwork, and a passion for problem-solving. 💡
- Anton Roupassov-Ruiz
- Max Leontiev
- Willy Zuo
- Suryansh Ankur
- In the project directory, run
pip -m venv .venvto make a virtual environment - Use
source .venv/bin/activate(on Linux/WSL) or.venv\Scripts\activate(on Windows) to activate the virtual environment - Run
pip install -r requirements.txtto install all the dependencies specified in requirements.txt
To run the app, run flask run