Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xriddin/cse_library

Library Management Software
https://github.com/xriddin/cse_library

Last synced: about 2 months ago
JSON representation

Library Management Software

Awesome Lists containing this project

README

        

# Advanced Library management Web Application with face recognition
We are using Django as the full stack framework for developing library management software.

## Usage
1. Install django in your system:
```
pip install -r "requirements.txt"
```

2. Run migrations
```
python manage.py makemigration
```
3. Make migrations
```
python manage.py migrate
```
4. Start the server:
```
python manage.py runserver
```
5. To generate encoding for face recognition system:
```
python manage.py encodings
```
6. To run face recognition system:
```
python manage.py attendance
```

## Contributions
Contributions are very much appreciated 🙌.
### Steps:
1. Fork this repository
2. Create a Pull Request.
3. Wait for the PR to be reviewed.