Coders Packet

Packets submitted by Rimjhim Singh

Stream application to visualise performance of a Neural Network in Python

This streamlit application is implemented to visualise the data and the predictions made by a neural network model. This packet includes the Python code and the dataset.

Mental Health Guide - Chatbot in Python using Natural Language Processing

This is a chatbot developed using Python. The chat bot carries conversation with the user and offers mental heath support.

Streamlit application to compare efficiencies of Machine Learning models in Python

This is a streamlit application which is written in Python. The program feeds a dataset (crop dataset) and runs 4 machine learning models on it i.e.: 1. KNN 2. SVM 3. Random forest 4. Naive bayes