Skip to content
View sofiasawczenko's full-sized avatar

Block or report sofiasawczenko

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

Hi, I'm Sofia — welcome to my GitHub!

Feel free to reach out on LinkedIn — I'd love to connect!

Pinned Loading

  1. aiva_virtual_assistant_ai aiva_virtual_assistant_ai Public

    AI Support Assistant integrated into the browser, built using React.js and Styled Components, and connected to the Google Gemini Studio API.

    JavaScript 2

  2. autonomous_robot_computer_vision autonomous_robot_computer_vision Public

    This project integrates computer vision and robotics to create an autonomous robot for navigation on streets using Python, C, OpenCV, Flask, and GPIO libraries for image processing, motor control, …

    Jupyter Notebook 1

  3. chatbot_rag_langchain_openai chatbot_rag_langchain_openai Public

    This is a basic console project for creating chatbots with RAG using LangChain and OpenAI's language model. In this project, you can save PDFs in a folder and have the chatbot respond with informat…

    Python

  4. ETL_employee_info_pipeline ETL_employee_info_pipeline Public

    This repository contains code and configuration files for an Extract, Transform, Load (ETL) project using Google Cloud Data Fusion for data extraction, Apache Airflow/Composer for orchestration, an…

    Python

  5. forecasting_house_price forecasting_house_price Public

    This project focuses on developing a Machine Learning algorithm to predict the average price of houses in Boston. It involves data exploration, preprocessing, and regression analysis to model and u…

    Jupyter Notebook

  6. sudoku sudoku Public

    Sudoku Solver is a Java-based program that solves a given 9x9 Sudoku puzzle using a backtracking algorithm. The program attempts to fill empty cells by ensuring each number from 1 to 9 follows Sudo…

    Java