Search Site ...

Available for Work

Projects Portfolio

Projects Portfolio

Projects Portfolio

Projects Portfolio

Search my newest creations and find out more about me.

Search my newest creations and find out more about me.

Search my newest creations and find out more about me.

Search my newest creations and find out more about me.

GitHub Portfolio

GitHub Portfolio

Welcome to the showcase of my technical projects, highlighting my skills in Python, Java, HTML, and my passion for innovative solutions in technology and sustainability. Here's a deeper look into some of the projects I've developed:

  • Forecasting Techniques with Python: This project delves into various forecasting models using Python, demonstrating my analytical skills and understanding of data science principles. It's an exploration into making accurate predictions based on data trends.


  • PhotoCloud App: A Java application designed for efficient photo management. This project showcases my ability to create user-friendly applications with features for uploading, editing, and sharing photos, emphasizing my skills in software development and user interface design.


  • Comprehensive Time-Series and Regression Analysis for Campus Vehicle Entry Forecasting: In this Python project, I applied time-series and regression analysis techniques to forecast vehicle entries on campus, reflecting my capabilities in solving real-world problems through data analysis.


  • Chargise Webpage: The official webpage for Chargise, a platform supporting electric vehicle users. This project is a testament to my commitment to sustainability and my skills in web development, showcasing how technology can facilitate environmentally friendly solutions.


These projects represent just a portion of my journey as a developer and engineer. I invite you to explore these repositories to learn more about my work and the technologies I use.

class Profile:
    def __init__(self, name, role, interests, github,  
        linkedin, portfolio):
        self.name = name
        self.role = role
        self.interests = interests
        self.github = github
        self.linkedin = linkedin
        self.portfolio = portfolio

    def display(self):
        print(f"Name: {self.name}")
        print(f"Role: {self.role}")
        print("Interests:")
        for interest in self.interests:
            print(f"- {interest}")
        print(f"GitHub: {self.github}")
        print(f"LinkedIn: {self.linkedin}")
        print(f"Portfolio: {self.portfolio}")

# Create an instance of the Profile class
sarp_profile = Profile(
    name="Sarp Çağan Kelleci",
    role="Industrial and Computer Engineering Student",
    interests=["Technology", "Sustainable Solutions"],
    github="https://github.com/sarpcagankelleci",
    linkedin="https://www.linkedin.com/in/sarpcagankelleci/",
    portfolio="https://www.sarpcagankelleci.com/"
)

# Display the profile
sarp_profile.display()

class Profile:
    def __init__(self, name, role, interests, github,  
        linkedin, portfolio):
        self.name = name
        self.role = role
        self.interests = interests
        self.github = github
        self.linkedin = linkedin
        self.portfolio = portfolio

    def display(self):
        print(f"Name: {self.name}")
        print(f"Role: {self.role}")
        print("Interests:")
        for interest in self.interests:
            print(f"- {interest}")
        print(f"GitHub: {self.github}")
        print(f"LinkedIn: {self.linkedin}")
        print(f"Portfolio: {self.portfolio}")

# Create an instance of the Profile class
sarp_profile = Profile(
    name="Sarp Çağan Kelleci",
    role="Industrial and Computer Engineering Student",
    interests=["Technology", "Sustainable Solutions"],
    github="https://github.com/sarpcagankelleci",
    linkedin="https://www.linkedin.com/in/sarpcagankelleci/",
    portfolio="https://www.sarpcagankelleci.com/"
)

# Display the profile
sarp_profile.display()

Detailed Projects & Contributions

Detailed Projects & Contributions

Detailed Projects & Contributions

Detailed Projects & Contributions