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
- Host: GitHub
- URL: https://github.com/baponkar/my-python-ai
- Owner: baponkar
- Created: 2023-01-29T06:54:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T12:19:00.000Z (over 3 years ago)
- Last Synced: 2025-05-17T13:52:46.591Z (about 1 year ago)
- Topics: ai, opencv, python3
- Language: Python
- Homepage:
- Size: 15.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```