Coders Packet

Packets submitted by Kollu saisumanth

Pneumonia Detection using Python using Keras

Here we have created a CNN model using Keras to detect Pneumonia using Chest X-ray with 90% accuracy.

Implementation of Ackermann Function using C++

Implementation of the Ackermann recursive Function, one of the simplest and earliest-discovered examples of a total computable function that is not primitive recursive using a C++ program.

code packet sniffer in C with Sockets on Linux

Packet sniffers are programs that intercept the network traffic flowing in and out of a system through network interfaces.