{"id":26356371,"url":"https://github.com/omatheusribeiro/facial-recognition","last_synced_at":"2025-09-04T13:45:44.674Z","repository":{"id":42444701,"uuid":"478218315","full_name":"omatheusribeiro/facial-recognition","owner":"omatheusribeiro","description":"The Facial Recognition project is a powerful system designed to detect facial expressions, recognize faces, and estimate age using the face-api library. ","archived":false,"fork":false,"pushed_at":"2025-03-05T16:30:50.000Z","size":11087,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-07T09:07:21.587Z","etag":null,"topics":["css","faceapi","facial-recognition","front-end","front-end-development","frontend","html","html-css","html-css-javascript","javascript","javascript-es6","reconhecimento-de-voz","reconhecimento-facial","speech-recognition"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omatheusribeiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-05T16:45:34.000Z","updated_at":"2025-03-02T00:32:27.000Z","dependencies_parsed_at":"2025-02-01T03:26:10.340Z","dependency_job_id":"7aa11447-11ad-4b57-97ce-f6ff60fac52c","html_url":"https://github.com/omatheusribeiro/facial-recognition","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omatheusribeiro/facial-recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omatheusribeiro%2Ffacial-recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omatheusribeiro%2Ffacial-recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omatheusribeiro%2Ffacial-recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omatheusribeiro%2Ffacial-recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omatheusribeiro","download_url":"https://codeload.github.com/omatheusribeiro/facial-recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omatheusribeiro%2Ffacial-recognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619361,"owners_count":25138237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","faceapi","facial-recognition","front-end","front-end-development","frontend","html","html-css","html-css-javascript","javascript","javascript-es6","reconhecimento-de-voz","reconhecimento-facial","speech-recognition"],"created_at":"2025-03-16T13:20:07.072Z","updated_at":"2025-09-04T13:45:44.611Z","avatar_url":"https://github.com/omatheusribeiro.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Facial Recognition System \n\n## 📌 Overview\nThe **Facial Recognition** project is a powerful system designed to detect facial expressions, recognize faces, and estimate age using the **face-api** library. 🚀 \n\nThis repository contains an implementation of:\n\n✅ **Facial Expression Recognition** 😊😡😢  \n✅ **Facial Recognition** 🧑🔍  \n✅ **Age Estimation** 🎯\n\n## 📝 Description\nThe aim of this project is to demonstrate the usage of the **face-api** library to perform facial expression recognition, facial recognition, and age estimation in images or videos. **face-api** is an open-source JavaScript library that enables real-time face detection and analysis.\n\n## 🏗️ Project Structure\n``` \nfacial-recognition\n├── assets/             # Assets such as images or models\n├── css/\n│   └── styles.css      # CSS for styling the interface\n├── js/\n│   └── app.js          # JavaScript logic for face detection and analysis\n├── lib/\n│   └── face-api/       # face-api library files\n└── index.html          # Main HTML file\n```\n\n## 🚀 Getting Started\n\n### 📋 Prerequisites\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/) (optional, for local server setup)\n- Modern web browser (Chrome, Firefox, etc.)\n- Live Server Extension for VS Code (recommended) ⚡\n\n### 🔧 Installation\n```bash\n# Clone the repository\ngit clone https://github.com/omatheusribeiro/facial-recognition.git\ncd facial-recognition\n```\n\n### ▶️ Running the Project\n\n#### Using Live Server in VS Code (Recommended)\n1. Install the **Live Server** extension in VS Code:\n   - Open VS Code.\n   - Go to the Extensions tab (`Ctrl+Shift+X` or `Cmd+Shift+X` on Mac).\n   - Search for \"Live Server\" and install it.\n2. Open the project folder in VS Code.\n3. Right-click on `index.html` and select **'Open with Live Server'**.\n4. The project will open automatically in your browser at **http://127.0.0.1:5500/index.html** 🚀\n\n#### Alternative Methods\nIf you prefer using a simple local server:\n```bash\n# Using a simple Python server\npython -m http.server\n\n# Or using Node.js\nnpx http-server\n```\nThen go to: **http://127.0.0.1:8000/index.html** (or the displayed port).\n\n## ⚙️ How It Works\n1. Upload an image or enable your webcam.\n2. The system detects faces in real-time.\n3. It analyzes facial features to identify expressions, recognize identities, and estimate age.\n\n## 🛠️ Technologies Used\n- **HTML \u0026 CSS**\n- **JavaScript \u0026 TypeScript**\n- **face-api.js** (for facial recognition and analysis)\n\n## 📜 License\nThis project is licensed under the BSD 3-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomatheusribeiro%2Ffacial-recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomatheusribeiro%2Ffacial-recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomatheusribeiro%2Ffacial-recognition/lists"}