This repository contains several small AI and computer vision projects completed as part of my studies.
- Apartment Price Prediction: A regression task to predict apartment prices based on various features.
- Counting Bones: Computer vision project for counting bones in videos.
- Counting Coins: Computer vision project for identifying and calculating the total value of coins in images.
- OCR: A simple Optical Character Recognition system using neural networks.
To install the necessary dependencies for all projects, run:
pip install -r requirements.txtVeselin Roganović