Skip to content
View Lagstill's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Lagstill

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Lagstill/README.md

Hi there 👋

@lagstill_5's Holopin board

  • 🔭 Currently crunching data with my wicked skills,

  • 🌱 Learning the secrets that machine learning reveals.

  • 🤔 In need of help to make my code truly command.

  • 💬 Ask me anything about AI and its might,

  • 📫 Reach me through the interwebs, day or night.

  • ⚡ Fun fact? I can predict the future in a machine learning dream.

Lagstill

GIF

Pinned

  1. PsycheQuest-Real-time-Personality-Detection-and-Insights PsycheQuest-Real-time-Personality-Detection-and-Insights Public

    This is a Flask-based personality detection project with features including real-time prediction, Reddit mining chatbot, NER tag identification. Personality detection is important for understanding…

    Jupyter Notebook 1

  2. Whisper demonstaration Whisper demonstaration
    1
    import whisper
    2
    
    
    3
    model = whisper.load_model("base")
    4
    
    
    5
    # load audio and pad/trim it to fit 30 seconds
  3. Grade-Guru Grade-Guru Public

    GradeGuru is ML-powered grade predictor to forecast student exam performance. Input student information and get accurate grade predictions for proactive academic planning. Enhance student success a…

    Jupyter Notebook 1

  4. PyNLPFederated PyNLPFederated Public

    A Python3 repository for NLP and machine learning enthusiasts. Explore Twitter tweet classification using federated learning techniques. Leverage the power of MNIST and FMNIST datasets for training…

    Jupyter Notebook 1

  5. MVCProject MVCProject Public

    Demonstrates the application of MVC architecture using JSP servlet and JDBC as a controller, HTML for the view (User Interface), and MySQL for the databases in the built Web application using Eclip…

    Java 1

  6. Payroll-Management-System Payroll-Management-System Public

    The above code is a simple implementation of a payroll management system using Flask, a micro web framework in Python, and Flask-MySQL, a Flask extension for connecting to MySQL databases. It uses …

    HTML 1 1