CoolFace
Apppublic

Tetteh-Apotey/malware-classifier

sourceHugging Faceupdated 7mo agoView on Hugging Face
1likes
50 commits on main
be0bb5f7mo ago

๐Ÿ“š Update documentation with results README link

life2allsofts
40934db7mo ago

๐Ÿ“Š Add comprehensive results and fix .gitignore

life2allsofts
d2bd1937mo ago

Fix YAML metadata: correct sdk: docker syntax

life2allsofts
a1575e27mo ago

Make README frontmatter preview-safe for editors

life2allsofts
63bb44c7mo ago

Final formatting corrections to deployed.md

life2allsofts
600be317mo ago

Revise deployment documentation and update last modified date

ISAAC TETTEH-APOTEY
2301c787mo ago

Revise deployment pipeline workflow diagram

ISAAC TETTEH-APOTEY
cd938707mo ago

Refactor UI into modular components and enhance UX

life2allsofts
50161b17mo ago

Update deployed.md with successful CI/CD pipeline (#51) and return from break

life2allsofts
1b7aaea7mo ago

Add Dockerfile for Hugging Face deployment

life2allsofts
492c2a67mo ago

Increase health check timeout and improve error handling for Hugging Face cold starts

life2allsofts
c7bc4a47mo ago

Add YAML metadata to README for Hugging Face

life2allsofts
f183a707mo ago

Complete CI/CD pipeline with Hugging Face deployment

life2allsofts
88e53da7mo ago

Add Hugging Face deployment to CI/CD pipeline

life2allsofts
9f932b57mo ago

Update deployed.md with Hugging Face deployment details

life2allsofts
d0141617mo ago

Final cleanup: Update CI/CD and README

life2allsofts
ad943e37mo ago

Fix requirements.txt encoding - remove BOM character

life2allsofts
61b1b647mo ago

Fix pandas build issue by upgrading to pandas 2.2.0

life2allsofts
246a59e7mo ago

Update CI/CD workflow to use requirements.txt

life2allsofts
57e280b7mo ago

Simplify Vercel deployment

life2allsofts
e3ddd0f7mo ago

Remove comments from requirements files for Vercel compatibility

life2allsofts
12a15e87mo ago

Final cleanup for Vercel deployment

life2allsofts
ce273567mo ago

Remove .python-version file to resolve Python version conflict with Vercel

life2allsofts
29aca957mo ago

Specify Python 3.11 in vercel.json to match local environment

life2allsofts
9a88d217mo ago

Remove SECRET_KEY from vercel.json - using Vercel Environment Variables instead

life2allsofts
81551927mo ago

Fix Vercel secret reference - use uppercase SECRET_KEY to match env variable

life2allsofts
e750add7mo ago

ci: trigger deployment with secret

life2allsofts
5d168307mo ago

Trigger deploy for latest commit

life2allsofts
59423c37mo ago

trigger new workflow run for Vercel deploy

life2allsofts
98560d77mo ago

chore(deploy2): fix Vercel ML build with Python 3.11

life2allsofts
27423727mo ago

chore(deploy): fix Vercel ML build with Python 3.11

life2allsofts
a8acc377mo ago

fix(deploy): pin python 3.11 and upgrade setuptools for ML deps

life2allsofts
853b5137mo ago

fix(deploy): switch to file-based python build

life2allsofts
80870797mo ago

fix(deploy): use vercel-python@3.11 runtime

life2allsofts
03570bc7mo ago

fix(deploy): migrate from legacy builds to functions runtime to enforce Python 3.11 on Vercel

life2allsofts
5196c6d7mo ago

fix(build): remove pyproject.toml to force requirements.txt install on Vercel

life2allsofts
321e3ed7mo ago

fix(build): prevent uv from treating app as installable package

life2allsofts
93ceb4e7mo ago

fix(build): define Python version explicitly via pyproject.toml

life2allsofts
51e57bb7mo ago

fix(deploy): align Vercel runtime with CI and isolate inference dependencies

life2allsofts
240f6457mo ago

Fix CI/CD build failure by adding build dependencies

life2allsofts
63b1f987mo ago

Fix CI/CD workflow: Update Python to 3.11 and remove conflicting numpy pinning

life2allsofts
d66cc727mo ago

Update numpy to 1.26.4 for Vercel compatibility

life2allsofts
601ca907mo ago

Fix numpy/pandas compatibility issue

life2allsofts
e148c0e7mo ago

fix: update numpy to >=1.25.0 to resolve distutils build error

life2allsofts
3e7137a7mo ago

fix: update numpy to >=1.25.0 to resolve distutils build error

life2allsofts
971cee77mo ago

fix: update numpy to 1.26.4 to remove distutils dependency

life2allsofts
348337e7mo ago

fix: separate production dependencies, remove heavy packages from Vercel build

life2allsofts
331feee7mo ago

fix: update torchvision to 0.20.1 for torch 2.5.1 compatibility

life2allsofts
0e3a7947mo ago

fix: update torch for Python 3.12 compatibility

life2allsofts
ab7cb567mo ago

fix: Add production requirements file without PyTorch for Vercel

life2allsofts