https://github.com/akshitagupta15june/phiz-x
DSC IIIT Kalyani winter of code
https://github.com/akshitagupta15june/phiz-x
Last synced: 14 days ago
JSON representation
DSC IIIT Kalyani winter of code
- Host: GitHub
- URL: https://github.com/akshitagupta15june/phiz-x
- Owner: akshitagupta15june
- License: mit
- Created: 2021-01-18T14:03:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T19:14:03.000Z (about 4 years ago)
- Last Synced: 2025-05-02T16:55:09.306Z (6 months ago)
- Language: Python
- Homepage:
- Size: 742 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Phiz-X
DSC IIIT Kalyani winter of code
Phiz (a person's face or expression.)
Project Mentor [Akshita Gupta](https://github.com/akshitagupta15june)
Despite the availability of a variety of open source face recognition algorithms, there are no ready-made solutions which can be implemented directly. This project have demonstrated a kind of algorithm and an operation that can be implemented on a frontal face. The available algorithms process only high-resolution static shots and perform sufficiently well.
### Requirements 👇
- Python3.6+
- virtualenv (`pip install virtualenv`)### Installation 🖥
- `virtualenvv env`
- `source venv/bin/activate` (Linux)
- `venv\Scripts\activate` (Windows)
- `pip install -r requirements.txt`
- Create an .env file, copy the content from .env.sample and add your data path. Example: `DATA_PATH = "./foto_reco/"`## Get Started with Open Source now 👨💻
[Start Open Source](https://anush-venkatakrishna.medium.com/part-1-winter-or-summer-take-your-baby-steps-into-opensource-now-7d661235d7ff) an article by [Anush Krishna](https://github.com/anushkrishnav)