8000 GitHub - omerwer/Personal-projects: Personal projects
[go: up one dir, main page]

Skip to content

omerwer/Personal-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Personal Projects by Omer Wertheimer

Welcome to my collection of personal projects! This repository contains a variety of projects built with C++ and Python, ranging from games to computer vision and networking applications.

πŸ—‚οΈ Projects Overview

πŸ“ˆ Python: Stocks Analysis

Free, open-source data fetaching web application from serveral well-known stocks analysis websites.

πŸ“‚ Path: python/stocks-analysis


🐍 Python: RAG (Document Retrieval + LLM)

A generic RAG pipeline that allows you to query local document collections (PDFs, text) with an LLM. It uses LangChain and a vector database (Chroma or FAISS) to retrieve context and feed it into a language model chat interface. Ideal for building Q&A assistants over custom document sets.

πŸ“‚ Path: python/rag

πŸ’¬ Python: Client-Server Messaging App

A simple messaging application using Musquito, allowing multiple clients to communicate with a server and with each other. Supports features like online status checks, file transfer, and graceful disconnection with signal handling.

πŸ“‚ Path: python/mosquito-server-client-messaging


πŸ§β€β™‚οΈ Python: AI Computer Vision Demo

An AI-driven application that collects patient information and performs pose estimation on a video from a camera.

πŸ“‚ Path: python/computer-vision-detection/ai-cv


🧨 C++: Defence Game

An interactive game where the goal is to intercept incoming missiles. You have 1 minute to stop as many missiles as possible.

πŸ“‚ Path: cpp/defence_game


πŸš€ Getting Started

To run any project:

  1. Clone the repository:
    git clone https://github.com/omerwer/Personal-projects.git
    cd Personal-projects
    

About

Personal projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0