Tetteh-Apotey/malware-classifier
๐ Update documentation with results README link
๐ Add comprehensive results and fix .gitignore
Fix YAML metadata: correct sdk: docker syntax
Make README frontmatter preview-safe for editors
Final formatting corrections to deployed.md
Revise deployment documentation and update last modified date
Revise deployment pipeline workflow diagram
Refactor UI into modular components and enhance UX
Update deployed.md with successful CI/CD pipeline (#51) and return from break
Add Dockerfile for Hugging Face deployment
Increase health check timeout and improve error handling for Hugging Face cold starts
Add YAML metadata to README for Hugging Face
Complete CI/CD pipeline with Hugging Face deployment
Add Hugging Face deployment to CI/CD pipeline
Update deployed.md with Hugging Face deployment details
Final cleanup: Update CI/CD and README
Fix requirements.txt encoding - remove BOM character
Fix pandas build issue by upgrading to pandas 2.2.0
Update CI/CD workflow to use requirements.txt
Simplify Vercel deployment
Remove comments from requirements files for Vercel compatibility
Final cleanup for Vercel deployment
Remove .python-version file to resolve Python version conflict with Vercel
Specify Python 3.11 in vercel.json to match local environment
Remove SECRET_KEY from vercel.json - using Vercel Environment Variables instead
Fix Vercel secret reference - use uppercase SECRET_KEY to match env variable
ci: trigger deployment with secret
Trigger deploy for latest commit
trigger new workflow run for Vercel deploy
chore(deploy2): fix Vercel ML build with Python 3.11
chore(deploy): fix Vercel ML build with Python 3.11
fix(deploy): pin python 3.11 and upgrade setuptools for ML deps
fix(deploy): switch to file-based python build
fix(deploy): use vercel-python@3.11 runtime
fix(deploy): migrate from legacy builds to functions runtime to enforce Python 3.11 on Vercel
fix(build): remove pyproject.toml to force requirements.txt install on Vercel
fix(build): prevent uv from treating app as installable package
fix(build): define Python version explicitly via pyproject.toml
fix(deploy): align Vercel runtime with CI and isolate inference dependencies
Fix CI/CD build failure by adding build dependencies
Fix CI/CD workflow: Update Python to 3.11 and remove conflicting numpy pinning
Update numpy to 1.26.4 for Vercel compatibility
Fix numpy/pandas compatibility issue
fix: update numpy to >=1.25.0 to resolve distutils build error
fix: update numpy to >=1.25.0 to resolve distutils build error
fix: update numpy to 1.26.4 to remove distutils dependency
fix: separate production dependencies, remove heavy packages from Vercel build
fix: update torchvision to 0.20.1 for torch 2.5.1 compatibility
fix: update torch for Python 3.12 compatibility
fix: Add production requirements file without PyTorch for Vercel
