Skip to content

antonrou/hackedbeta2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Matrix Operations Calculator

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. 💡

👥 Contributors

  • Anton Roupassov-Ruiz
  • Max Leontiev
  • Willy Zuo
  • Suryansh Ankur

Development

First-time installation

  1. In the project directory, run pip -m venv .venv to make a virtual environment
  2. Use source .venv/bin/activate (on Linux/WSL) or .venv\Scripts\activate (on Windows) to activate the virtual environment
  3. Run pip install -r requirements.txt to install all the dependencies specified in requirements.txt

Running the development server

To run the app, run flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.0%
  • HTML 22.9%
  • CSS 20.1%