diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f983d3..fca1ae7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,17 +6,34 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: false + jobs: deploy: runs-on: ubuntu-latest + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/main' + - name: Setup Pages + uses: actions/configure-pages@v4 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./ \ No newline at end of file + path: '.' + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/index.html b/index.html index a4fb488..259d112 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,9 @@ - VisionAuth - Face Analysis System + VisionAuth - Advanced Facial Analysis Platform + @@ -18,87 +19,161 @@ - + +
+
+
+
VA
+
+

VisionAuth

+ Advanced Facial Analysis Platform +
+
+
+ + +
+
+
+ +
-

VisionAuth Analysis

-

Choose your analysis mode:

+
+

Configuration Center

+

Select your analysis parameters and deployment mode

+
-

🚀 High Performance

-

Fast analysis, lower accuracy

-
- ⚡ Instant start - 📊 Basic analysis - đŸŽ¯ Quick results +
⚡
+
+

Performance Mode

+

Optimized for real-time processing with reduced latency

+
+ â€ĸ 640x480 Resolution + â€ĸ 30 FPS Processing + â€ĸ Low Resource Usage +
-

đŸŽ¯ High Accuracy

-

Detailed analysis, slower processing

-
- 🔍 Detailed detection - 📈 Advanced analysis - 🎨 Rich wireframes +
đŸŽ¯
+
+

Precision Mode

+

Enhanced accuracy with detailed facial landmark analysis

+
+ â€ĸ 1280x720 Resolution + â€ĸ 468 Landmark Points + â€ĸ High Detail Processing +
- -