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

Organizations

@CyberMetrics

Block or report allenjose24

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
allenjose24/README.md

🚀 Welcome to Allen's Digital Universe!

Typing SVG

🎯 About Me

Coding

const allen = {
    pronouns: "He/Him",
    location: "India 🇮🇳",
    currentFocus: "AI/ML & Computer Vision",
    learning: "Advanced Data Structures & Algorithms",
    workingOn: "Fake Social Media Profile Detection",
    funFact: "I think I'm funny 😁",
    motto: "Code today, innovate tomorrow! 🚀"
};

🛠️ Tech Arsenal

Languages

Python JavaScript Java C++ C

AI/ML & Data Science

TensorFlow PyTorch Pandas Scikit-learn Seaborn

Web Technologies

HTML5 CSS3 Node.js Express.js

Databases & Tools

MySQL Oracle Git Linux Figma


🚀 Featured Projects

🔥 AI Computer Vision for Fake Profile Detection

Using advanced machine learning to identify fraudulent social media profiles

Project Python TensorFlow OpenCV

📚 Book Review Application

Full-stack Node.js application with JWT authentication and async operations

Book Review Node.js Express JWT


🌐 Connect & Collaborate

LinkedIn Twitter Email

Competitive Programming Profiles

LeetCode CodeChef HackerRank Codeforces HackerEarth


📊 GitHub Analytics

streak stats readme stats
top langs

🏆 Achievements & Trophies

trophy


🎯 Current Learning Path

graph TD
    A[🧠 AI/ML Mastery] --> B[🔍 Computer Vision]
    A --> C[🤖 Deep Learning]
    D[💻 Full Stack Development] --> E[⚛️ React/Node.js]
    D --> F[🗄️ Database Design]
    G[🏗️ System Design] --> H[📈 Scalable Architecture]
    G --> I[🔐 Security Best Practices]
    
    style A fill:#ff6b6b
    style D fill:#4ecdc4
    style G fill:#45b7d1
Loading

📈 Activity Graph

Allen's github activity graph


💭 Random Dev Quote


🎵 Currently Jamming To

Spotify


🌟 "Code is like humor. When you have to explain it, it's bad."

Profile views

💖 Thanks for visiting!

Let's build something amazing together! 🚀

Pinned Loading

  1. Stock-Price-Prediction-Using-LSTM-A-Data-Driven-Approach-with-Google-Stock-Data Stock-Price-Prediction-Using-LSTM-A-Data-Driven-Approach-with-Google-Stock-Data Public

    This project leverages Long Short-Term Memory (LSTM) networks to predict stock prices using Google stock data. By analyzing historical trends and patterns, the model aims to provide accurate future…

    Jupyter Notebook

  2. Harnessing-Vector-Space-Models-for-Enhanced-Machine-Translations-and-Document-Search Harnessing-Vector-Space-Models-for-Enhanced-Machine-Translations-and-Document-Search Public

    This project focuses on integrating Vector Space Models (VSM) with Machine Translation (MT) models for enhancing document search and translation quality. It involves the use of MarianMT for transla…

    Jupyter Notebook

  3. Breast-Cancer-Classification-Using-Decision-Tree-and-Random-Forest-A-Comparative-Study Breast-Cancer-Classification-Using-Decision-Tree-and-Random-Forest-A-Comparative-Study Public

    This project uses the Wisconsin Breast Cancer Dataset to apply and compare the performance of Decision Tree and Random Forest classifiers. The goal is to predict whether a tumor is benign or malign…

    Jupyter Notebook

  4. Dimentionality-Reduction-Using-PCA-LDA-and-ICA Dimentionality-Reduction-Using-PCA-LDA-and-ICA Public

    This project applies clustering and dimensionality reduction (KMeans, PCA, LDA, ICA) to analyze high-dimensional datasets like Iris, Wine, and Breast Cancer. Visualizations and metrics (Silhouette …

    Jupyter Notebook