Pinned Repositories
AnnotatedPdfSpeaker
this project reads pdf file from url and makes a summarized and abstract text and plays result audio file
Different-resolution-video-stream
Select video resolution and Streaming
EfficientDet-SWA
EfficientDet-SWA enhances object detection by integrating the EfficientDet model with a sliding window approach. This combination improves accuracy for smaller objects by analyzing image segments independently and refining results with non-maximum suppression. The project is modular and easy to extend.
endless-chase
A program that shows an endless chase between a queen and a knight on a chessboard.
gestset
This project is a hand gesture-based interface that enables users to interact with their computer and various applications using intuitive hand gestures.
Petrol-Gas-Prices-Analysis
Simple analysis of petrol/gas prices dataset sample, and find value of the linear relationship between dataset columns.
Saliency-based-Multi-Feature-Modeling
Saliency-based multi-feature modeling for semantic image retrieval
Simple-Shopping-analysis
Simple shopping analysis with python 3 and csv dataset
Simple-warehousing-with-Tariffs
Calculate warehousing costs with tariffs
UnsplashImagePicker
MrSaeidSeyfi's Repositories
MrSaeidSeyfi/Simple-Shopping-analysis
Simple shopping analysis with python 3 and csv dataset
MrSaeidSeyfi/AnnotatedPdfSpeaker
this project reads pdf file from url and makes a summarized and abstract text and plays result audio file
MrSaeidSeyfi/endless-chase
A program that shows an endless chase between a queen and a knight on a chessboard.
MrSaeidSeyfi/Simple-warehousing-with-Tariffs
Calculate warehousing costs with tariffs
MrSaeidSeyfi/Different-resolution-video-stream
Select video resolution and Streaming
MrSaeidSeyfi/Petrol-Gas-Prices-Analysis
Simple analysis of petrol/gas prices dataset sample, and find value of the linear relationship between dataset columns.
MrSaeidSeyfi/Saliency-based-Multi-Feature-Modeling
Saliency-based multi-feature modeling for semantic image retrieval
MrSaeidSeyfi/UnsplashImagePicker
MrSaeidSeyfi/EfficientDet-SWA
EfficientDet-SWA enhances object detection by integrating the EfficientDet model with a sliding window approach. This combination improves accuracy for smaller objects by analyzing image segments independently and refining results with non-maximum suppression. The project is modular and easy to extend.
MrSaeidSeyfi/gestset
This project is a hand gesture-based interface that enables users to interact with their computer and various applications using intuitive hand gestures.
MrSaeidSeyfi/Intelligent-Object-and-Color-Identification-System
Detects objects and predefined colors using YOLOv8 and OpenCV.
MrSaeidSeyfi/Tetris-RL
The code implements a Deep Q-Network (DQN) agent to learn and play Tetris through reinforcement learning. It defines the Tetris environment and trains the DQN agent using experience replay and a neural network to approximate Q-values. The agent's performance is visualized, and its parameters can be saved.