Skip to content
View Oudarja's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Oudarja

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oudarja/README.md

Hi there 👋, I am Oudarja

I am enthusiastic learner and passionate problem solver

Developed strong analytical and problem-solving skills through intensive programming competitions, software development, and research in Artificial Intelligence and Machine Learning. Seeking opportunities as an AI/ML-focused Software Engineer while continuing to contribute to research and innovative technology solutions in a challenging, learning-oriented environment.

Skills: C++/Python/Algorithm and Data structure/Machine learning/ Data Science

  • 🌱 I’m currently learning new technology and framework.
  • 👯 I’m looking to collaborate on github

github linkedin facebook instagram

Pinned Loading

  1. Code-Agent-Python-code-refactorer Code-Agent-Python-code-refactorer Public

    CodeAgent is an AI developer assistant that analyzes, refactors, tests, and documents Python code directly from GitHub repositories. It uses powerful LLMs like Groq's LLaMA 3 (70B) to improve code …

    Python

  2. DRMS-project DRMS-project Public

    DRMS (Digital Resource Management System) is a backend-driven system that enables full CRUD operations for managing employee and image-related data.

    Python

  3. End-To-End-ML-project-Boston-House-price-prediction- End-To-End-ML-project-Boston-House-price-prediction- Public

    An end-to-end ML project covering dataset understanding, preprocessing, model training, and serving predictions via a FastAPI application. It includes model serialization with pickle, Git/GitHub ve…

    Jupyter Notebook

  4. Load-Balancing-with-Nginx-Server Load-Balancing-with-Nginx-Server Public

    This repo demonstartes how ngnix server can be used as a load balancer and how client request can be balanced by distributing incoming client requests across multiple backend servers.

    Python

  5. Implementation_of_HTTPS_by_FastAPI Implementation_of_HTTPS_by_FastAPI Public

    THis repository is oriented with implementation of simple end point which is secured by HTTPS (secured HTTP) protocol(just testing purpose only). OpenSSL has been used here to create cert.pem and k…

    Python

  6. rate-limiting-through-middleware rate-limiting-through-middleware Public

    This repo is oriented with implementation of rate limiting in api call through middleware . Here both classbased middleware and decorator based middleware are used for rate limiting purpose.

    Python