Vikranth Udandarao's repositories
Mental-Health-Support-Chatbot
A Mental Health Support Chatbot built using Streamlit and OpenAI's GPT-3.5-turbo model. It provides mental health support through a chat interface, offering sentiment analysis, mood tracking, and personalized coping strategies based on user input.
Movie-Revenue-Prediction
Movie Revenue Prediction System predicts the revenue of a movie with 14 parameters: name, rating, genre, year, released, score, votes, director, writer, star, country, budget, company and runtime using gradient boosting______________________________ Training Accuracy: 91.58%____________ Testing Accuracy: 82.42%.
Encryption-Decryption-Tool
This Python tool provides a flexible way to encrypt and decrypt files using Stored Key Method and Password-Based Key Derivation.
NSE-BSE-Stock-Prices-Automation
Fetch real-time NSE stock prices and financial data in Google Sheets with this script. Get market cap, volume, P/E ratio, and more. Just enter stock symbols without the NSE: prefix, and the script does the rest. Check out the pre-configured sheet and video tutorial linked below!
Vikranth3140
This is my GitHub profile
Python-Chat-Application
A simple chat application built using Python sockets and tkinter for the graphical user interface (GUI). The application allows multiple clients to connect to a server and communicate in a chatroom-like environment.
Vikranth3140.github.io
Portfolio Website crafted with HTML, Bootstrap CSS, JavaScript.
Voice-Stock-Analyzer
Voice Stock Analyzer is a Python-based tool that allows users to analyze stock data using speech recognition and the Alpha Vantage API.
Bash-Script-Calculator
A simple user friendly calculator built completely on bash script
CSE342-SML
Statistical Machine Learning is a 3xx-level course offered to undergrads at IIIT-Delhi.
ECE250-SnS
Signals and Systems Assignments of Indraprastha Institute of Information Technology Delhi
Food-Delivery-Time-Prediction
This repository implements a Food Delivery Time Prediction project using machine learning to estimate delivery times based on features like order details, delivery partner data, and environmental factors. It covers data preprocessing, feature engineering, model training, and evaluation for accurate predictions.
gpt-engineer
Specify what you want it to build, the AI asks for clarification, and then builds it.
simple-github-automation
simple github automation is a Python package that allows you to automate common GitHub tasks, such as managing issues, automating pull requests, retrieving repository insights, and adding labels based on keywords or user mentions.
Weather-Tracker
A simple Python code generating API from OpenWeatherMap website
Chat-Application-Terminal
This project implements a simple chat application comprising a C++ server and a C++ client. The server is capable of handling multiple client connections simultaneously, facilitating real-time message exchange between connected clients. The application uses sockets for communication between the server and clients.
Crypto-Fear-And-Greed-Analytics
Python-based tool that fetches, processes, and visualizes historical Fear and Greed Index data from the CoinMarketCap API. This project enables you to analyze investor sentiment trends over time and derive meaningful insights.
hacktoberfest2022
Help with any code!
Mini-Codes
Just some small mini codes written in python, c and java
Movie-Ticket-Booking-System
A Java-based Movie Ticket Booking System for users to browse movies, select showtimes, reserve seats, and make payments. Admin features include movie and showtime management, revenue analysis, and user management. A console-based application demonstrating core OOP principles with future extensibility.
Simple-Copilot-Calculator
This project serves as a test use of GitHub Copilot to evaluate its capabilities and performance in generating code. The calculator supports basic arithmetic operations including addition, subtraction, multiplication, and division.