You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "FaceMed is an innovative mobile application designed to assist healthcare professionals in emergency situations by providing instant access to a patient’s medical history through AI based facial recognition technology.",
"scripts": {
"frontend": "cd frontend && npm run dev",
"backend": "cd backend && node index.js",
"start": "concurrently \"npm run backend\" \"npm run frontend\""