Shawon Barman (ShawonBarman)

ShawonBarman

Geek Repo

Company:University of Asia Pacific

Location:Brahmonkitta road, Keraniganj, Dhaka, Bangladesh

Home Page:https://shawonbarman.github.io/myPortfolio/

Twitter:@ShawonBarman7

Github PK Tool:Github PK Tool

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.

Language:Jupyter NotebookLicense:MITStargazers:9Issues:1Issues:0

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

Language:JavaLicense:MITStargazers:2Issues:3Issues:0

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.

Language:Jupyter NotebookLicense:MITStargazers:1Issues:0Issues:0

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.

Language:Jupyter NotebookLicense:MITStargazers:1Issues:1Issues:0

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.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

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.

Language:Jupyter NotebookLicense:MITStargazers:1Issues:1Issues:0

URI-Online-Judge-Ad-Hoc-level-problem-solution-in-python

I have solved every problem in my own way. My Python 3 solutions for https://www.beecrowd.com.br/judge/en/problems/index/2

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

URI-Online-Judge-Beginner-level-problem-solution-in-python

I have solved every problem in my own way. My Python 3 solutions for https://www.beecrowd.com.br/judge/en/problems/index/1

Language:PythonLicense:NOASSERTIONStargazers:1Issues:1Issues:0

URI-Online-Judge-Strings-level-problem-solution-in-python

I have solved every problem in my own way. My Python 3 solutions for https://www.beecrowd.com.br/judge/en/problems/index/3

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

A_star_search

This is a educational project. I have implemented this project in the Artificial Intelligence course.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

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.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

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.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

learn-javascript

Some practice code for learning the javascript language.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptStargazers:0Issues:1Issues:0

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.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Operating-system

Code of some operating system algorithms in python

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

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.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

prolog-code-with-two-projects

some basic prolog code with simple two projects

Language:PrologLicense:MITStargazers:0Issues:1Issues:0

Python

All Algorithms implemented in Python

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

python_for_microscopists

https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

rvu-piecemaker2

It is a Django based web tool

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

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.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

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.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

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.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Student-Study-Portal

Educational project. I have implemented this full-stack Django project for my friend.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

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.

Language:PHPLicense:MITStargazers:0Issues:1Issues:0

URI-Online-Judge-Data-Structures-And-Libraries-level-problem-solution-in-python

I have solved every problem in my own way. My Python 3 solutions https://www.beecrowd.com.br/judge/en/problems/index/4

Language:PythonLicense:MITStargazers:0Issues:0Issues:0