Shawon Barman's repositories
How-to-download-ABIDE-Preprocessed-dataset-for-autism-detection
This script automates the download of preprocessed brain imaging data from the ABIDE dataset, focusing on a specific derivative, preprocessing pipeline, and noise-removal strategy. It filters participants by diagnosis (autism or controls) and downloads relevant data, streamlining research on autism spectrum disorder.
beecrowd-problems-solutions
I have solved each problem in my own way using C++, Java, Python, PHP, and JavaScript. My profile link: https://www.beecrowd.com.br/judge/en/profile/556748
E-commerce_recommendation_system
This Django-based E-commerce recommendation system uses machine learning models to provide product recommendations based on user input and similarity scores. It scrapes data from Amazon, preprocesses it, and displays product recommendations in a user-friendly interface.
Diabetic-Retinopathy-Predictor-System
Diabetic Retinopathy Predictor System, a Django-based web app, uses machine learning to assess diabetic retinopathy risk. Input your health data and get results within seconds: 'Diabetes affected eyes/had retinopathy: Yes/No.
How-to-download-IMPAC-dataset-for-autism-detection
This Python script automates the download and verification of fMRI dataset files from the IMPAC dataset, organized by various brain atlases. It ensures data integrity by calculating checksums and extracting files, making dataset acquisition efficient and user-friendly.
Instagram-Competitor-Follower-Tracker
The Instagram Follower Tracker script is a Python tool that uses Instagram API, Google Sheets, and MySQL to monitor and analyze followers and following of an Instagram account. It fetches the latest data, updates Google Sheets and MySQL database, identifies new followers/following, and runs at a specified frequency.
Multivariable_Linear_Regression
This is a basic machine learning project. Multiple linear regression (MLR) is a technique that estimates a single regression model with more than one outcome variable.
Streamlit-Music-Player
This project is a web app using Streamlit for playing audio files. Users can choose Chinese or English audio, create playlists, and toggle between loop and shuffle modes. It manages audio files, plays them, and maintains user selections.
A_star_search
This is a educational project. I have implemented this project in the Artificial Intelligence course.
AI_Concept_React_App
AI Concept React App is a simple React website that demonstrates static routing, dynamic routing, error handling (404 page), and a contact form that sends messages via EmailJS. This project was built to explore basic React and routing functionalities.
File-Management-System
1. User registration and login. 2. Files upload and download. 3. Folder creation and management. 4. Users can share files and folders with others. 5. Users can search files and folders by name. 6. Users can delete files and folders. 7. Users can edit files and folder names. 8. Users can access files from any device.
learn-javascript
Some practice code for learning the javascript language.
MeetYOU-A_Cloud_Based_Meeting_Application
Educational project. I have implemented this application for my software development course. This application is almost the same as Google Meet.
Microsoft-and-Google-OAuth-2.0-with-email-read-access
This project allows users to sign in with their Google and Microsoft accounts, lists the Gmail accounts associated with the user, and fetches the last 100 incoming emails for a selected Gmail account. It also displays the emails in a formatted manner with sender details, subject, and body content.
Operating-system
Code of some operating system algorithms in python
Product-Bidding-System
It is a full-stack Django project with a customer and seller profile. Seller can add products and manage products. Customer can see the maximum bid amount and can bid for any product within specified time period. Admin will select who will win the product and then the winner can purchase the product. History will be shown on their profile.
python_for_microscopists
https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1
react-crud-enquiry-system-app
A React application for managing an enquiry system with full CRUD operations. Features include form handling, localStorage data persistence, and the use of Bootstrap and react-toastify for user notifications.
react-demo-web-app
Explore fundamental React concepts through interactive examples. This project provides a visual guide to React's core principles such as components, JSX, props, and state management.
react-simple-authentication-app
A React-based simple authentication app with Login, Registration, and Forgot Password functionality, featuring Bootstrap for UI design.
react_some_simple_apps_using_state
This repository is part of a learning project to practice state management in React. The primary focus is on understanding how to manage and toggle states in React using the useState hook.
rvu-piecemaker2
It is a Django based web tool
Scraping-Amazon-Product-Data-with-Selenium-and-Beautiful-Soup
This Python script utilizes Selenium and Beautiful Soup in two parts: the first scrapes Amazon product data (title, category, price, ratings) and saves it to a CSV file, while the second refines the data by extracting additional details (description, date first available) and creates a comprehensive dataset in another CSV file.
Single_Variable_Linear_Regression
This is a basic machine learning project. Simple or single variable linear regression is a statistical method that allows us to summarize and study relationships between two continuous variables: (a) one variable, denoted x, is regarded as the predictor, explanatory, or independent variable, (b) the other variable, denoted y, is regarded as the response, outcome, or dependent variable.
Student-Study-Portal
Educational project. I have implemented this full-stack Django project for my friend.
ToDo-application-using-json-file-system
This project is completely in PHP. This project is built by myself using php, bootstrap5, html5, and little bit javascript. I have taken a json file to store all the data.
ToDo_react_app
This is a simple ToDo List application built using React. The app allows users to add tasks, edit them, mark them as completed, and delete them. It also uses localStorage to persist tasks between sessions, so your to-dos are saved even when you refresh or close the page.