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.
Free, open-source data fetaching web application from serveral well-known stocks analysis websites.
π Path:
python/stocks-analysis
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
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
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
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
To run any project:
- Clone the repository:
git clone https://github.com/omerwer/Personal-projects.git cd Personal-projects