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

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

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)