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.
- Host: GitHub
- URL: https://github.com/phuocphat1005/relative_face_recognition_application
- Owner: PhuocPhat1005
- Created: 2023-12-15T07:29:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T18:45:28.000Z (almost 2 years ago)
- Last Synced: 2025-08-08T16:37:32.451Z (11 months ago)
- Topics: fastapi, postgresql, python3, qt6, qtcreator
- Language: Python
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.