Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xriddin/cse_library
- Owner: xRiddin
- Created: 2023-11-01T17:37:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T12:50:03.000Z (6 months ago)
- Last Synced: 2024-06-23T13:26:46.166Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.