Skip to content
View padmavathi2905's full-sized avatar

Block or report padmavathi2905

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Currency-Converter Currency-Converter Public

    Using Node.js and TypeScript, this straightforward and contemporary currency converter is supported by the Currency Exchange Rates API and features seven days' worth of historical exchange rate data.

    TypeScript

  2. Voice-Based-Email-System---Blind-people Voice-Based-Email-System---Blind-people Public

    Engineered a voice-based Android email application for blind people with Java and machine learning, enabling voice-driven email functions and secure user authentication through advanced voice recog…

    JavaScript

  3. Mood-App Mood-App Public

    I built a mood-based music app using Flutter with Kotlin and Dart that recommends songs based on a user’s emotional state. We connected it to a deep learning model via APIs for mood detection and p…

  4. Natural-Gas-Price-Prediction Natural-Gas-Price-Prediction Public

    Hybrid model using XGBoost and LSTM to forecast natural gas spot prices

    Jupyter Notebook

  5. Tic-Tac-Toe-using-AI Tic-Tac-Toe-using-AI Public

    Implements an unbeatable Tic-Tac-Toe AI using the Minimax algorithm, a fundamental concept in artificial intelligence and game theory. The AI always plays optimally, ensuring that the human player …

    Python

  6. Minesweeper-AI-game Minesweeper-AI-game Public

    In this project, an AI agent that plays the logic-based puzzle game Minesweeper in which some grid squares contain mines is implemented. The AI determines which cells are safe to click and which co…

    Python