Skip to content

JustPres/FaceShape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FaceShape.AI 👩💻🧑💻

License: MIT Open in Gitpod

A web-based application that detects face shapes in real-time using computer vision.

Demo (Add a demo GIF later)

🚀 Features

  • Real-time face shape detection
  • Browser-based (no installations required)
  • Privacy-first (processing happens locally)
  • Cross-device compatibility

⚠️ Opera GX Specific Setup

  1. Enable Browser Flags
    opera://flags → Enable:

    • WebGL Draft Extensions
    • Override software rendering list
  2. Disable Built-in Blockers
    Click the shield icon → Turn off:

    • Tracker blocker
    • Ad blocker
    • Cryptocurrency Mining Protection
  3. Allow CDN Resources
    Add to exceptions in opera://settings/privacy:

🛠️ Installation

git clone https://github.com/yourusername/FaceShape.AI.git
cd FaceShape.AI
python -m http.server 8000

Model fails to load

  • Disable browser extensions
  • Check console for blocked CDN requests

WebGL errors

  • Update graphics drivers
  • Visit chrome://gpu to verify hardware acceleration

🚨 Initial Setup Commands

# Create new repository
git init
git add .
git commit -m "Initial commit: Real-time face shape detector"
git branch -M main
git remote add origin https://github.com/yourusername/FaceShape.AI.git
git push -u origin main

About

Face shape detector only cilent side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published