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

https://github.com/phuocphat1005/relative_face_recognition_application

This is app about recognizing the relative face that have registered. This app can help you find the person that has same face.
https://github.com/phuocphat1005/relative_face_recognition_application

fastapi postgresql python3 qt6 qtcreator

Last synced: 3 months ago
JSON representation

This is app about recognizing the relative face that have registered. This app can help you find the person that has same face.

Awesome Lists containing this project

README

          

# RELATIVE FACE RECOGNITION APP
## Requirements
* Frontend: QtCreator - Qt6
* Backend: FastAPI
* Database: PostgreSQL
## Language
This app is written in Python.
## Settings
* Firstly, git clone this app by the command line below:
```python
git clone https://github.com/PhuocPhat1005/Relative_Face_Recognition_Application.git
```
* Secondly, you need to set up the virtual environment in Python by using this command line below:
```python
pip install virtualenv
python -m venv venv.
```
* Thirdly, you need to activate the virtual environment in Python by using this command line below:
```python
.venv\Scripts\activate
```
* Next, we will install all libraries in the file requirements.txt by using this command line below. Note that we need “cd” into the folder “Source”.
```python
pip install -r requirements.txt
```
* Finally, you need to run the application by executing the command “python main.py” in the console or terminal.