dembasowfr
Computer Engineer 👨🏾💻| Passionate AI Engineer 🧠 | Curious about Software Engineer 🖥
Milena SoftwareSakarya/Turkey
Pinned Repositories
afinn
AFINN sentiment analysis in Python
chatGPT-clone-API
This repository contains fully working chatGPT clone API, where conversations and messages endpoints are implemented
dembasow98.github.io
Personal portfolio website
face-recognition-and-detection
A face recognition and detection: The world's simplest facial recognition api for Python and the command line built by Adam Geitgey & Davis King
generative-ai
Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI
movies-recommendation-system
This is a project in recommendation system using content-based-filtering for the big data course, in which implementation of ml mode and web interface is done.
multithread-image-convolution-cpp-openmp
This project involves performing a valid convolution on a 300x300 image using a 5x5 kernel (stride 1) with multithreading. The goal is to efficiently apply the convolution filter using multiple threads and display the results on a histogram graph. The implementation ensures thread safety and utilizes OpenMP for parallelization.
next-js-portfolio
My latest portfolio where I showcase my resume, upload blogs and more.
ohara-bookshelf
Ohara bookshelf is a smart books recommendation platform using machine learning algorithms and neural network.
panoramic-image
This project is a simple implementation of Panoramic Image Stitching using OpenCV and Python. The project is implemented using the following steps: 1. Feature Detection 2. Feature Matching 3. Homography Estimation 4. Image Warping 5. Image Blending
dembasowfr's Repositories
dembasowfr/dembasow98.github.io
Personal portfolio website
dembasowfr/image-object-detection-cpp-yolov5-opencv
A simple yolov5, opencv and cpp image object detection project with OOP structure.
dembasowfr/panoramic-image
This project is a simple implementation of Panoramic Image Stitching using OpenCV and Python. The project is implemented using the following steps: 1. Feature Detection 2. Feature Matching 3. Homography Estimation 4. Image Warping 5. Image Blending
dembasowfr/RAG-systems
This repositories covers Everything I learned about RAG from the courses offered by companies such as Cohere & Weights and Biases including my personal researches
dembasowfr/Recommender-system-with-LLM
A simple recommender system that suggests items to customers based on their shopping cards using OpenAI for LLM and Weaviate for Vector database.
dembasowfr/wikiwonder-dembasow-s-wiki
A wiki brain box site where I post everything I know, from experiences, ideas, stories, lifestyle and more. Simply digitalizing myself.
dembasowfr/carcheckupmobileapplication
Mobile app for the car check up company
dembasowfr/face-recognition-and-detection
A face recognition and detection: The world's simplest facial recognition api for Python and the command line built by Adam Geitgey & Davis King
dembasowfr/generative-ai
Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI
dembasowfr/multithread-image-convolution-cpp-openmp
This project involves performing a valid convolution on a 300x300 image using a 5x5 kernel (stride 1) with multithreading. The goal is to efficiently apply the convolution filter using multiple threads and display the results on a histogram graph. The implementation ensures thread safety and utilizes OpenMP for parallelization.
dembasowfr/next-js-portfolio
My latest portfolio where I showcase my resume, upload blogs and more.
dembasowfr/ohara-bookshelf
Ohara bookshelf is a smart books recommendation platform using machine learning algorithms and neural network.
dembasowfr/carcheckupmobileios
Car CheckUp mobile ios version
dembasowfr/coding-interview-university
A complete computer science study plan to become a software engineer.
dembasowfr/dembasow98-react-portfolio
Portfolio with react, tailwindcss to showcase my resume and projects.
dembasowfr/dembasowfr
This is the magical repository that bundles the README.md file which output is displayed on my profile overview.
dembasowfr/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
dembasowfr/documents
Hosting certain documents and certificates to access their links.
dembasowfr/fastHTML-todo-app
A simple implementation of fastHTML python web application framework done by answer.ai
dembasowfr/LLama2-chat-app-streamlit
LLama2 Chat assistance with streamlit for frontend and hosted on replicate.
dembasowfr/masterclassproperty
A full-stack website built with MERN stack, to monitor and maintain real estate start-up company for a colleague.
dembasowfr/masterclassproperty-v2.0.1
Admin dashboard and web application for masterclass property real estate startup company.
dembasowfr/Military-Vehicles-Detection
Tweaking Yolov5 model to detect military vehicles
dembasowfr/mlp-cnn-comparison-cifar10
In this project, implementation of MLP and CNN image prediction on Cifar-10 images dataset will be done also the comparison of both networks will be processed.
dembasowfr/patika-risein-turbine3-bootcamp-homework
This is a first practical, homework assigned by the risein team for our turbine3 bootcamp based on Solana CLI
dembasowfr/portfolio-admin-django
Admin panel for my personal portfolio
dembasowfr/stripe-payment-django
A simple stripe payment test with django
dembasowfr/stripe-payment-flask
A simple stripe payment test with flask
dembasowfr/summitinvestco-ecommerce-rest-api-nodejs
An admin panel and user e commerce site with multiple features
dembasowfr/video-object-detection-cpp-yolov5-opencv
This project is a simple implementation of video object detection in c++ with OpenCV and YOLOv5.