Skip to content

AnthonyMichaelTDM/Advanced-Image-Analysis-Platform

Repository files navigation

CSE-120-Capstone-Advanced-Image-Analysis-Platform

Main repository for my teams Capstone Project, in collaboration with Western Digital

Packaging

to package the project into a executable:

  1. clone the repository
  2. cd into the repo
  3. create a virtual environment
python -m venv .venv
  1. enter the virtual environment
source .venv/bin/activate
  1. install the projects requirements
pip install -r requirements.txt
  1. install the packaging requirements (pyinstaller)
pip install -r requirements.packaging.txt
  1. run pyinstaller
pyinstaller --name=AdvancedImageAnalysis --console --onefile --noconfirm src/main.py

About

SAM2 GUI we made for our CSE120 capstone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages