Pinned Repositories
Calculator
Simple calculator with GUI using PyQt
CV-SUMMER-CAMP-2021
Database
University project. Creating a database for electronic shop where u can add goods, change their parametrs, delete and search.
Discord-clone
Discord clone using react for front end, redux for data management, firebase for database and authentication.
Electronic-students-record-book
Final project of 2 semestr at university. Building an electronic student's record book. You can sign in/sign up as a student or teacher. Students can check their grades and attendance at any period of time. Teachers give grades, set student's attendence on each day, make groups of students, change groups...
Gallery
Website. Building galery using react and firebase. You can see other's pictures, sign up and upload your own, like other's photos. Link: https://gallery-7c416.firebaseapp.com/
Get-weather
The app is to get temperature from any place
OpenCV-car-tracking
Car tracking with OpenCV. Works only with stable camera position and if at region of interest only objects are mooving.
JustDance
Intel CV Summer Camp project. Presentation: https://docs.google.com/presentation/d/1wiq5XMKim7QunrnUh-BVIZIsjLFVXgXcH6UXPNBmGcQ/edit
Web-chat
link https://arapov-squad.onrender.com/
ArapovXD's Repositories
ArapovXD/Discord-clone
Discord clone using react for front end, redux for data management, firebase for database and authentication.
ArapovXD/Calculator
Simple calculator with GUI using PyQt
ArapovXD/CV-SUMMER-CAMP-2021
ArapovXD/Database
University project. Creating a database for electronic shop where u can add goods, change their parametrs, delete and search.
ArapovXD/Electronic-students-record-book
Final project of 2 semestr at university. Building an electronic student's record book. You can sign in/sign up as a student or teacher. Students can check their grades and attendance at any period of time. Teachers give grades, set student's attendence on each day, make groups of students, change groups...
ArapovXD/Gallery
Website. Building galery using react and firebase. You can see other's pictures, sign up and upload your own, like other's photos. Link: https://gallery-7c416.firebaseapp.com/
ArapovXD/Get-weather
The app is to get temperature from any place
ArapovXD/LeNet5
Š”onvolutional neural network builded with the help of torch to classify number on the image on MNIST dataset. It is better to use convolutional neural network with image than full connected because CNN architectures make the explicit assumption that the inputs are images, which allows encoding certain properties into the model architecture.
ArapovXD/OpenCV-car-tracking
Car tracking with OpenCV. Works only with stable camera position and if at region of interest only objects are mooving.
ArapovXD/QT-Quick-todo-
Create your todo list and modify it. Demo: https://www.youtube.com/watch?v=kycID8nJIls
ArapovXD/Kaggle-clean-or-dirty-plate
Kaggle competition where we need to classify whether the plate clean or not using ResNet18.
ArapovXD/Number-recognizer
Full connected neural network to classify the number on the image using torch. MNIST dataset.
ArapovXD/OpenCV-tracking
Object tracking with OpenCV using KCF tracker.
ArapovXD/Regression-task
Neural network which solves the regression task using torch. There are 2 examples to predict sin function.
ArapovXD/Sea-battle
Python console game with ability to play 1x1 or versus hard bot. Try to win my bot in sea battle!
ArapovXD/SimpleFile
Creating new file with numbers from another file (which is given as an argument to the program) replacing negative once with 0.
ArapovXD/SimpleString
The program is to reverse and output string of words
ArapovXD/Simpsons-characters-recognizer
Training a model to classify the simpsons character on the image using model from canaro, dataset with simpsons characters from kaggle.
ArapovXD/Tic-tac-toe
Python console game tic tac toe. Have fun!
ArapovXD/Wine-classification
Predict class of wine using neural network builded with the help of torch.