Category: blog

  • Consistency Decoder ve Stable Diffusion VAE Decoder Karşılaştırması

    Consistency Decoder vs Stable Diffusion VAE Decoder

    Encoded and latent vectors obtained from an image are used to reconstruct (decode) the image using different models and methods, and the differences in success between these models' results are discussed in this blog.

    Read More

  • Yerel Bilgisayrdan AWS’de Proje Oluşturma Ve Github Reposuna Bağlama

    Creating a Project on AWS from a Local Computer and Connecting to a Github Repository

    Bu blog yazısında, yerel bilgisayarınızdan AWS üzerinde nasıl bir proje oluşturabileceğinizi ve bu projeyi bir GitHub reposu ile nasıl entegre edebileceğinizi adım adım ele alıyoruz. İçerik, AWS SAM (Serverless Application Model) ve AWS CodeBuild servislerinin detaylı kullanımını inceleyerek, serverless mimari ve sürekli entegrasyon/distribüsyon süreçlerini kapsıyor. Yazı, projenizi yerelden AWS’e taşıma ve GitHub ile entegrasyonunun yanı…

    Read More

  • AWS’ten Firebase’e Geçiş: Flask, Firebase ve Google Cloud ile Gelişmiş Bir Web Uygulaması Oluşturma

    Transitioning from AWS to Firebase: Creating an Advanced Web Application with Flask, Firebase, and Google Cloud

    Mobil ve web geliştirmeleri son yıllarda önemli bir evrim geçirdi. Modern uygulamalar, daha güçlü özelliklere sahip olmanın ötesinde, bir web veya mobil uygulamayı barındırmak için geleneksel barındırma hizmetlerinden daha fazlasına ihtiyaç duymaktadır. Amazon ve Google gibi büyük şirketler, bu alandaki tüm ihtiyaçları karşılamak adına kapsamlı çözümler sunuyorlar. Bu proje de, başlangıçta bir Flask uygulaması üzerinde…

    Read More

  • 3D Gaussian Splatting A Potent Contender of NeRF for Object Synthesis: How to Run It on Google Colab.

    3D Gaussian Splatting A Potent Contender of NeRF for Object Synthesis: How to Run It on Google Colab.

    3D Gaussian Splatting is the state of 3D object synthesis that can render a scene or an object faster than some of the NeRF algorithms with better image quality.

    Read More

  • AWS Servisleri İle Replicate Modellerini Kullanma

    Using Replicate Models with AWS Services

    Projedeki başlıca amacımız, AWS Lambda servisleri kullanarak “replicate” modellerine görüntü yollamak ve bu modellerden elde edilen çıktıları yakalamak, ardından bu çıktıları S3 bucketlarına kaydetmektir. AWS Lambda, dinamik işlevsellik sunan ve işlem süresine dayalı maliyetlendirme sağlayan bir hizmet olduğu için projemizde bu hizmeti kullanmaya karar verdik. Projenin işleyişinde İlk adımda, kullanıcılar tarafından sağlanan bir görüntüyü base64…

    Read More

  • 3D Object Synthesis with The Power of AI with NeRF: Guide for Utilizing Instant-NGP on your Windows Machine.

    3D Object Synthesis with The Power of AI with NeRF: Guide for Utilizing Instant-NGP on your Windows Machine.

    AI powered tools are becoming more powerful and convenient. In this short tutorial we are going to explore how to synthesize 3D objects and scenes from short videos using AI based NeRF algorithm.

    Read More

  • JWT ile Kimlik Doğrulama

    Authentication With JWT

    JWT is a self-authenticating token format used for secure information transfer in web applications; It plays an important role in authentication and information exchange by encrypting the information it contains.

    Read More

  • Araç Görüntülerinden Otomatik Maske Elde Etme

    Obtaining Automatic Masks from Vehicle Images

    This blog post offers the ability to change the background of vehicle images and perform visual editing using different algorithms. Additionally, there is the potential to transform any kind of image using the masks obtained with this algorithm.

    Read More

  • An Image Processing Method: Transfer Learning with Fine Tuning 

    An Image Processing Method: Transfer Learning with Fine Tuning 

    Fine Tune Transfer Learning is a powerful tool in current AI landscape. One one can achieve state of the art performance on most computer vision task while requiring a fraction of computational cost and time using fine-tuning. In this post we are going to explore this novel method.

    Read More

  • FastText ile Türkçe Metinlerin Sınıflandırılması

    Turkish Text Classification with FastText

    FastText is a fast and effective open-source tool used for text classification and word embedding. It excels particularly in word embedding and provides support for multiple languages.

    Read More