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.