A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session4rdg82pgkjbhpbb109ulu5ufceo2qoov): 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

Divya Prackash Ravi - Coders Packet
Coders Packet

Packets submitted by Divya Prackash Ravi

Voice to Text using deepspeech api in Python

We will be using deepspeech in this python code to generate the text from a voice. Deepspeech is an open-source api for Speech to text.

Emotion Recognition in Python using OpenCV and TensorFlow

This Python code uses the webcam of the device to scan and analyze what kind of emotion the person is in right now.

An Unbeatable TicTacToe AI in Python using minimax algorithm

This is a command-line TicTacToe game written in Python where the player faces an unbeatable AI.

Extracting the words from a video into a text document in Python using SpeechRecognition

In this packet, the words used in a video is extracted by using moviepy and SpeechRecognition library available in Python and convert it into text document.