Skip to content

Commit

Permalink
config: readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-turhan committed Apr 1, 2024
1 parent 9d9842b commit 57de82d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 13 deletions.
23 changes: 23 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# My Portfolio Website

Welcome to the repository for my personal portfolio website! This website showcases my projects, skills, and contact information.

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Usage](#usage)
- [License](#license)

## Introduction
This repository contains the HTML, CSS, and potentially JavaScript files for my personal portfolio website. The purpose of this website is to provide visitors with information about me, my projects, and how to get in touch.

## Features
- **About Section**: Provides an overview of who I am and my background.
- **Projects Section**: Showcases my projects along with brief descriptions.
- **Contact Section**: Displays my contact information for visitors to reach out.

## Usage
To view the website, you can use this link: https://invictus-21.github.io

## License
This project is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the code for personal and commercial purposes.
36 changes: 23 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</head>
<body>
<header>
<h1>My Portfolio</h1>
<h1>Ata Turhan</h1>
<img src="pfp.jpg" alt="Profile Picture">
<nav>
<ul>
<li><a href="#about">About</a></li>
Expand All @@ -19,19 +20,28 @@ <h1>My Portfolio</h1>

<section id="about">
<h2>About Me</h2>
<p>Welcome to my portfolio! I am an AI engineer passionate about creating innovative solutions using artificial intelligence.</p>
<p>Hi, I'm Ata πŸ‘‹ - an engineer, and biohacker.

As an accomplished Artificial Intelligence Engineer, I am deeply passionate about the intersection of technology and finance. With a strong foundation in AI and Machine Learning, I bring a wealth of experience in developing cutting-edge solutions and platforms πŸ’‘. My academic journey includes a Bachelor's degree in Artificial Intelligence Engineering, where I gained expertise in Software Engineering, Machine Learning, Natural Language Processing, Data Mining, and Deep Learning. Also, I possess a comprehensive understanding of the financial markets and the latest advancements in the financial technology πŸ’°.

Throughout my career, I have excelled in a variety of projects, demonstrating my abilities in:

- Leading the development of front-end solutions for multiple websites, showcasing my expertise in TypeScript and delivering seamless user experiences.
- Authoring an insightful article that delves into the realm of algorithmic trading strategies, highlighting my proficiency in popular machine learning libraries like XGBoost, CatBoost, LightGBM, TensorFlow, and Keras.
- Crafting "Alpha TradingBot," an innovative trading bot equipped with data fetching, graph visualization, strategy creation, backtesting, and optimization modules, elevating trading efficiency.
- Creating "Kaggle-Blueprints," a repository comprising blueprint Jupyter notebooks designed for classification and regression tasks, showcasing my expertise in ML and DL solutions.
- Developing "Sigma ChatBot," an AI-powered educational chatbot that enlightens students about specific colleges using OpenAI, Langchain, ChromeDB, and Google Search APIs πŸ€–.

If you are interested in collaborating on AI-driven projects and exploring the cutting-edge possibilities of AI, I would love to connect. You can reach me at ataturhan21@gmail.com πŸ“§.

Let's shape the future of Artificial Intelligence together! πŸš€</p>
</section>

<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Project 1</h3>
<p>Description of Project 1</p>
</div>
<div class="project">
<h3>Project 2</h3>
<p>Description of Project 2</p>
</div>
<section id="labs">
<h2>Labs</h2>
<ol>
<li><a href="https://github.com/invictus-21/invictus-21.github.io">Lab 1</a></li>
</ol>

</section>

Expand All @@ -53,7 +63,7 @@ <h2>Contact Me</h2>

<a href="https://validator.w3.org/check?url=https://invictus-21.github.io/">

<img src="w3c-html5-logo.png" alt="Valid HTML!"/>
<img src="w3c-html5-logo.png" alt="Valid HTML!">

</a>

Expand Down
Binary file added pfp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57de82d

Please sign in to comment.