Kinderneutron Django Project is a web application developed using Django, designed to display videos captured from CCTV cameras and detect persons using deep learning algorithms. The project also includes functionality to control lights based on person detection status. This repository contains the codebase for the Django application and integrates with other components of the Kinderneutron project.
This REPO Comes With PreRequirties Package.Click Here to See the Steps for Pre-Requirties Setup
-
Clone This Repo
-
Start Working Here Itself
Update This Readme If you Feel Like👍🏻
- Automated Setup: Easily set up local development environments with Docker Compose images and required packages.
- Version Control: Ensure consistency across development environments by specifying version numbers for images and packages.
- Architecture Support: Compatible with x86, x64, and other architectures for flexibility in environment setup.
- Efficient Workflow: Speed up the development workflow by eliminating manual setup tasks and reducing setup time.
- Docker Desktop installed on your system.
- Docker Compose configuration files for your project.
- Clone the repository:
git clone https://github.com/your-username/kinderneutron-env-init.git
2.Go to The Directory kinderneutron-env-init
(a).For Linux Users:
sh autorun.sh(b) For Windows Users:
autorun.bat
If You Are Setting Things Up For First Time in Local System, then Setup the DB. Just Execute the Script
(a).For Linux Users:
sh Patches/SQL/setup_fresh_db.sh(b) For Windows Users:
cd Patches/SQL
setup_fresh_db.bat
After installation, Your Environment is Set with All Packages Necessery for Kinderneutron Project