Skip to content
View FirasKahlaoui's full-sized avatar
💪
Pushing code like it's leg day at the gym!
💪
Pushing code like it's leg day at the gym!

Highlights

  • Pro

Block or report FirasKahlaoui

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

 

Spotify


class FirasKahlaoui:
    
    def __init__(self):
        self.name = "Firas Kahlaoui"
        self.username = "FirasKahlaoui"
        self.location = "Ariana, Tunisia"
        self.twitter = "@firas_kahlaoui"
        self.web = "https://firaskahlaoui.pages.dev"
        self.about = "Hello! I'm Firas Kahlaoui, a passionate Computer Science student specializing in Big Data.
                      As a data scientist, I thrive on exploring new technologies and enhancing my programming skills."
    
        self.skills = {
            "Big Data Analysis": "Extracting insights from large datasets.",
            "Model Development": "Building predictive models using machine learning.",
            "Web Scraping": "Collecting data from various sources for analysis.",
            "Web Applications": "Designing user-friendly web solutions."
        }
  
    def __str__(self):
        skills_formatted = "\n".join([f"- {skill}: {desc}" for skill, desc in self.skills.items()])
        return (f"## About me\n\n"
                f"{self.about}\n\n### What I Do:\n{skills_formatted}")

if __name__ == '__main__':
    me = FirasKahlaoui()
    print(me)

Github Stats



FirasKahlaoui FirasKahlaoui

Pinned Loading

  1. FirasKahlaoui FirasKahlaoui Public

    A github profile readme

    18

  2. firas-kahlaoui firas-kahlaoui Public

    A showcase of my projects and skills in full-stack web development and data science.

    TypeScript 14

  3. we-rescue we-rescue Public

    "We Rescue" is an Android application designed for pet adoption.

    Java 12

  4. heart-disease-prediction heart-disease-prediction Public

    The Heart Disease Prediction project aims to predict the likelihood of heart disease using machine learning techniques.

    Jupyter Notebook 11

  5. moy-calculator-ISAMM moy-calculator-ISAMM Public

    "Moy Calculator ISAMM" is a React application designed to calculate the average grades (Moyenne Générale or "Moy") of students at ISAMM University

    JavaScript 11

  6. tunisia-stock-market tunisia-stock-market Public

    This project aims to develop a predictive model for forecasting stock prices in the Tunisian stock market using historical data and machine learning techniques.

    Jupyter Notebook 7