A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessiong3judq5uoopathdvcsg6moaod3rkacp7): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Pooja S Deshpande - Coders Packet
Coders Packet

Packets submitted by Pooja S Deshpande

Real-Time Face and Eyes Detection Using OpenCV-Python and Haar Cascades

In this packet, we perform real-time face and eyes detection through a webcam using OpenCV library and Haar Cascade pre-trained models.

News Application GUI using News API in Python

In this packet, we create a simple Python GUI that fetches news items related to a topic using News API which is an easy-to-use REST API.

Sentiment Analysis GUI using vaderSentiment and Tkinter in Python

This project helps you to build a simple Tkinter GUI in Python to analyze sentiment type as "positive" / "negative" / "neutral" of the .txt file using the vaderSentiment library.