Pinned Repositories
codecrafters-http-server-python
Simple HTTP server implemented in Python. The server supports basic GET and POST requests, with special handling for paths starting with '/echo/', '/user-agent', and '/files/'. The server is multithreaded, allowing it to handle multiple connections concurrently. It also includes a feature to read and write files to a specified directory.
Gdahuks
housing_price_prediction
House pricing prediction ML pipeline. Scrapes data, stores in Azure, uses ML models, and provides API. Built with Python, FastAPI, Azure, and Docker for seamless deployment and scalability.
Image_contrast_enhancement
ImageContrastEnhancement is a demonstration of the capabilities of convolutional genetic algorithms in image processing, specifically in the area of contrast enhancement.
pre-commit
Prezentacja zastosowania narzędzi do statycznej analizy kodu wraz z ich automatyzacją przy pomocy pre-commit, oraz pipeline. Prezentacja przygotowana na potrzeby przedmiotu "Programowanie zorientowane na dane"
Road_Detection_via_U-NET
Automatic Road Detection via U-NET Neural Network. The project focuses primarily on implementing the U-NET architecture so that it can be easily modified by changing individual parameters.
TTLDictionary
Simple dictionary with Time-To-Live (TTL) functionality in Python.
YoloV8_Multi-Thread
Gdahuks's Repositories
Gdahuks/pre-commit
Prezentacja zastosowania narzędzi do statycznej analizy kodu wraz z ich automatyzacją przy pomocy pre-commit, oraz pipeline. Prezentacja przygotowana na potrzeby przedmiotu "Programowanie zorientowane na dane"
Gdahuks/Image_contrast_enhancement
ImageContrastEnhancement is a demonstration of the capabilities of convolutional genetic algorithms in image processing, specifically in the area of contrast enhancement.
Gdahuks/Road_Detection_via_U-NET
Automatic Road Detection via U-NET Neural Network. The project focuses primarily on implementing the U-NET architecture so that it can be easily modified by changing individual parameters.
Gdahuks/codecrafters-http-server-python
Simple HTTP server implemented in Python. The server supports basic GET and POST requests, with special handling for paths starting with '/echo/', '/user-agent', and '/files/'. The server is multithreaded, allowing it to handle multiple connections concurrently. It also includes a feature to read and write files to a specified directory.
Gdahuks/Gdahuks
Gdahuks/housing_price_prediction
House pricing prediction ML pipeline. Scrapes data, stores in Azure, uses ML models, and provides API. Built with Python, FastAPI, Azure, and Docker for seamless deployment and scalability.
Gdahuks/TTLDictionary
Simple dictionary with Time-To-Live (TTL) functionality in Python.
Gdahuks/YoloV8_Multi-Thread