Welcome to The Entity, a cutting-edge hybrid video analysis computer vision web application designed to redefine real-time detection capabilities. This project is divided into three distinctive phases, each contributing to the application's prowess in analyzing video frames instantly.
-
Real-Time Object Identification and Monitoring
-
Detection , Segmentation , Heatmap Visualization
-
Webcam-Based Anomaly Detection
-
Customized Training Function (Under Development)
- The ongoing development of a customized training function holds immense potential for refining the application's capabilities, allowing users to tailor the system to specific needs.
- The application boasts a meticulously designed user interface for maximum responsiveness, ensuring a seamless and efficient user experience.
-
ROBOFLOW'S SUPERVISION INTEGRATION FOR OBJECT TRACKING: Future updates will include the integration of supervision library to enhance the application's accuracy and efficiency in detecting and tracking objects.
-
CHATBOT INTEGRATION: To foster enhanced user interaction, a chatbot feature is in the pipeline, providing users with informative and interactive assistance.
-
REALTIME PREDICTION GRAPH: A real-time prediction graph will be introduced to offer users valuable insights, further solidifying The Entity's position as a leader in real-time video analysis and computer vision.
-
CUSTOMIZE TRAINING PAGE: A seperate html page will be added for seeing the training progress live.
To experience the cutting-edge capabilities of The Entity, follow the steps below:
- CREATE A DATABASE :
-- DATABASE CODE:
-- USE XAMPP MUST
USE `user-system`;
CREATE TABLE `user` (
`userid` int(11) AUTO_INCREMENT PRIMARY KEY,
`name` varchar(100) NOT NULL,
`email` varchar(100) NOT NULL,
`password` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO `user` (`name`, `email`, `password`) VALUES
('John Smith', 'smith@webdamn.com', '123'),
('Adam William', 'adam@webdamn.com', '123');
- CLONE THE DIRECTORY AND MOVE TO THE 'THE-ENTITY' FOLDER(USING cd folder_name).
- CODE:
$ git clone https://github.com/ArupSankarRoy/THE-ENTITY.git
$ cd THE-ENTITY
$ pip install -r requirements.txt
- CHANGE THE NAME AND PORT NUMBER ACCORDING TO YOUR DATABASE IN 'app.py' LOGIN SECTION.
- USE CHROME BROWSER AND BE CAUTIOUS THE GPU MUST BE ON BEFORE RUNNING THIS APPLICATION FOR BETTER PERFORMANCE.
- RUN BELOW TO 1ST ACTIVATE THE SITE
$ python launcher.py
- TYPE
http://127.0.0.1:5000/
IN CHROME TO REDIRECT THE SITE.
As The Entity continues to evolve, it aims to set new standards in real-time video analysis and computer vision. Stay tuned for regular updates, exciting features, and improvements.
Your feedback is crucial to our development process. Feel free to reach out, report issues, and share your suggestions as we work together to shape the future of video analysis and computer vision.
Happy exploring with The Entity!