A React project to show some interesting facts beyond earth!
I was inspired by the SpaceXtale and tried to reinvent it while learning React. Though because of Nasa's EONET api (not able to fetch though they said it was free?), I couldn't make it much interesting. Hope in future I will update more things!
Nowadays, houses are going through a swift change to make them more and more comfortable. Home automation is an example of this. Here, the target is to build a project where the homeowners can control some of the appliances of the house, like the fan and the light via their voice. Safety and security are also emphasized in this project. As such, this project will also have a fire-alarm in case of fire. Moreover, in this project, the homeowners will have the authentication system to prevent break-in. Finally, there will also be a water level sensor for the water tank of the house.
An ASP.Net MVC-main online shop especially for maternity products
"Mother Care - For your Loved Ones" is offering an emergency health care solution for pregnant women. As we are passing through a pandemic, it’s really difficult sometimes finding emergency products and maternity instruments. So here is all of them as an online shop.
A small python daily notebook project using openCV haar cascade frontal face detection.
User can register his account by training faces. Each sample generates 100 frames for training. One can only access one's account if training confidence level is much higher. User can create, update, delete notes and can add or view multiple images for separate notes. Didn't give much effort on it, so I guess it needs future improvement!
It's a website for those who seek to sell their old books. I have tried to think in their perspective. Done only some little things with my little knowledge. Database: Cleardb Ignite free. Server: Github and Herokuapp. As Herokuapp server databse is ephemeral, images uploaded from user don't stay for long so I leave it that way. Hope in near future I will try to improve this project. For security issues I didn't share the github repo, as I pull branches to herokuapp from github.
***Latest Version (09-07-2021)
Used Uploadcare integration. Now user can upload his profile picture as well as book images which will be stored and retrieved from Uploadcare. The website is now fully functional.
Key Features:
1. Email authentication signup using smtp and phpmailer. 2. Image upload and retrieve using uploadcare. 3. Post advertise with image (single and multiple image viewer). 4. Multi-level comment section. 5. Pagination, searching, filter and sorting products. 6. Wishlist adding. 7. Real-time chatting with product owner with seen/unseen status. 8. Active status (online/offline). 9. Admin panel with full access to ban/allow user, view/update/delete/publish/unpublish products, sending mail to users and changing any static/background/slide image of the website. 10. Password storing using md5 and verification using hash. 11. Random ordered products (changeable order).
A PYTHON BASED SIMPLE APP FOR ENCRYPT-DECRYPT IMAGES.
### Version 1 Encryption 1. Read Image 2. Convert it to png for better conversion. 3. Reshape 3d numpy array for making it compact with csv. 4. Modify its reshaped data by multiplying given number with it and save it to csv.
Decryption 1. Read any given csv that has reshaped csv data. 2. Demodify by the given number. 3. Reshape to 3d numpy array and convert it to JPG.
### Version 2 Encryption Same approach but replace all numbers with given character value.
Decryption Same approach and demodify all numbers with given character value. Without encryption code, you cannot get the image!
A SMALL CHROME EXTENSION ON TAKING WEBPAGE SCREENSHOT AND MAKING BLUR OF DETECTED FACES.
A small Google Chrome Extension which takes screenshot of a full webpage and detects faces from the page, blurs it and shows it in a new window as a image. Face detection train method is not so strong, so can't make very good assumption. Will try to improve in future.
Android project based on digital house rent advertisement.
The project is based on digital house-rent advertisement. The main focus of this project is to provide easy and interactive environment for those who are searching for a better residential space. By using this application, user can create his own account, upload information about his residential facilities for rent by adding images and details. And for the people who are searching for better residential facilities, can easily find their desired place and contact with the owner.