Skip to content
View DejusDevspace's full-sized avatar

Block or report DejusDevspace

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

Hello, I'm Deju! 👋

class Deju:
    def __init__(self, **kwargs):
        self.name = self.__class__.__name__
        self.interests = ['AI', 'Data Science', 'Machine Learning', 'Robotics & Embedded Systems', 'Web Development']
        self.skills = {
                        'languages': ['Python', 'JavaScript', 'C++','Typescript', 'HTML5/CSS'],
                        'data_science': ['matplotlib', 'pandas', 'numpy', 'seaborn', 'plotly', 'scipy'],
                        'machine_learning': ['scikit-learn', 'XGBoost', 'lightBGM', 'catboost'],
                        'deep_learning': ['TensorFlow', 'Keras', 'PyTorch'],
                        'artifcial_intelligence': ['LangChain', 'LangGraph', 'LLMs', 'HuggingFace', 'GroqAI', 'LangSmith', 'Vector Databases'],
                        'robotics & IoT': ['Arduino', 'RaspberryPi', 'ESP32']    
                        'web_development': {
                            'Frontend': ['React.js', 'Bootstrap', 'jQuery', 'WordPress', 'HTML5', 'CSS', 'EJS'],
                            'Backend': ['Flask', 'Node.js', 'FastAPI', 'Express.js', 'Streamlit', 'Firebase', 'Supabase']
                        },
                        'databases': ['SQLAlquemy', 'SQLite', 'PostgreSQL', 'Supabase'],
                        'version_control': ['Git', 'GitHub'],
                        'deployment & CI/CD': ['Docker', 'GCP', 'Azure', 'AWS', 'GitHub Actions', 'Vercel', 'Render']
        }
        self.hobbies = ['Learning', 'Music', 'Football', 'Gaming']

        # Always looking to improve and add to my skills:
        for key, value in kwargs.items():
            setattr(self, key, value)

💫 About Me

  • 🔭 I’m currently working on a few personal projects to showcase my abilities.
  • 🌱 I’m working on projects in Machine Learning / AI (RAG and Agentic AI), robotics, and full-stack web development.
  • 👯 I’m looking to collaborate on ML/AI, Python, Data Science, Web Development projects.
  • 💬 Ask me about Python, data science, AI, or machine learning 😮‍💨.
  • ⚡ Fun fact: I love building stuff 🏗, Football ⚽, Gaming 🎮, and Learning 📚

💻 Tech Stack:

Python JavaScript C++ Matplotlib NumPy Pandas Plotly PyTorch scikit-learn Scipy TensorFlow Git GitHub Docker FastAPI Flask Jinja JWT NodeJS CSS3 HTML5 Markdown Azure Render Vercel Bootstrap Express.js OpenCV React React Router Streamlit TailwindCSS Three js Vite EJS jQuery Supabase SQLite Postgres Keras Arduino Postman

📊 Stats

Top Langs
DejusDevspace's Streak

🌐 Let's Connect

Instagram LinkedIn X email

Feel free to reach out if you have any questions or just want to connect! 😊

Pinned Loading

  1. fpl-gaffer fpl-gaffer Public

    Agentic FPL co-manager

    Python 1

  2. Personal-Leaning-Assistant-Q-A-Conversational-Chatbot Personal-Leaning-Assistant-Q-A-Conversational-Chatbot Public

    A personal learning assistant built using the langchain framework, LLMs and the streamlit library.

    Python

  3. Bean-Disease-Classification-and-Ensemble-Models Bean-Disease-Classification-and-Ensemble-Models Public

    A repository containing multiple models built individually and with ensemble methods for classifying beans images according to infected and healthy samples

    Jupyter Notebook

  4. xiao-esp32s3-seeed-inference-script xiao-esp32s3-seeed-inference-script Public

    An inference script connecting a Xiao ESP32S3 microcontroller to a local api with a trained classification model for image classification of wooden shapes.

    C++

  5. baes-election-website baes-election-website Public

    JavaScript

  6. Invoice-Extraction-RAG-application Invoice-Extraction-RAG-application Public

    This repository contains a simple RAG application that allows users to upload invoice files and get them extracted into a csv file with the necessary information.

    Python