An open API service indexing awesome lists of open source software.

https://github.com/baponkar/my-python-ai

A Python openCV example to detect face, eye, finger etc which are generated by ChatGPT
https://github.com/baponkar/my-python-ai

ai opencv python3

Last synced: 2 months ago
JSON representation

A Python openCV example to detect face, eye, finger etc which are generated by ChatGPT

Awesome Lists containing this project

README

          

# My Python AI

## Description :

Python Version : Python 3.10.7 venv
Used Python Libraries : look into requirements.txt file

Code generated primarily by [ChatGPT](https://github.com/lencx/ChatGPT) Ai

Haarcascade file used from [this](https://github.com/opencv/opencv/tree/master/data/haarcascades)

Emotion Keras Model download from [here](https://github.com/karansjc1/emotion-detection)

Keras Model download [link](https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data)

```
git clone https://github.com/baponkar/My-Python-AI
cd My-Python-AI-master

python -m venv venv
./venv/Scripts/activate #to activate virtual envirionment in Windows
source venv/bin/activate #to activate virtual envirionment in Linux

pip install -r requirements.txt

python detect_face_by_camera.py

#press q to quit

```