Skip to content

I plan to use YOLOv8 to do Facial Expression Detection with 5 classes ['anger', 'fear', 'happy', 'neutral', 'sad'] for GSSoC'24 #5810

I plan to use YOLOv8 to do Facial Expression Detection with 5 classes ['anger', 'fear', 'happy', 'neutral', 'sad'] for GSSoC'24

I plan to use YOLOv8 to do Facial Expression Detection with 5 classes ['anger', 'fear', 'happy', 'neutral', 'sad'] for GSSoC'24 #5810

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }}, Thank you for generating an issue to this project! Please wait while we get back to you.'
pr-message: 'Hello @${{ github.actor }}, We love Pull Requests! Thank you for contributing.'