Giter Club home page Giter Club logo

debloat-samsung-android's Introduction

Debloat Samsung Android Phones with Android Debug Bridge (ADB)

This repository contains a list of Android Debug Bridge (ADB) commands to aggressively disable apps/bloatware from Samsung Android devices that don't normally display an option to remove them.

Running all commands listed in commands.txt will disable almost all Samsung apps. This includes the Galaxy App Store, Samsung Themes, Samsung Dex, Samsung Bixby, Facebook, and more. The end result will be a minimalist Samsung phone. These commands will not disrupt Samsung Knox or the Google Play Store. Use at your own risk and read over all commands to make sure you don't take out something you need. While these commands cannot harm your device, there may be situations where your phone gets into a crash-loop and the easiest fix is to boot the device into "Recovery Mode" and perform a factory reset. Research the procedure to boot into recovery mode for your Samsung phone, it can differ between models.

Running these adb commands is equilivent to using Package Disabler Pro+ (Play Store Link), except you're running commands manually so you don't need to give an app device admin permission or pay anything.

⚠️ WARNING:⚠️

  1. After running these commands, you will no longer be able to install Profile Isolation (Work Profile) apps such as Island or Shelter. Installing Profile Isolation apps after running these commands will put OneUI into a crash-loop.
  2. Do not disable com.samsung.android.provider.filterprovider or com.samsung.android.app.smartcapture. Doing so will cause the stock Samsung camera app to crash.
  3. Anything to do with the Galaxy Store will not work.
  4. Samsung Dex / Samsung Phone integration with Windows 10 will be disabled.
  5. Note: The "Device Care" app by the company Qihoo 360 may be capable of sending data to China domains over HTTP. If you want to disable this app, remove the # at the corresponding line located at the bottom of commands.txt.

⚠️ Research each package before running the command to disable it. Some apps have hidden dependencies.

Instructions

The following instructions assumes you are familiar with using a command-line interface. Further reading on ADB can be found here: https://developer.android.com/studio/command-line/adb#Enabling.

  1. (Recommended for stability) Backup, update, and factory reset your phone.

  2. On your phone, enable Android's "Developer Options"

  3. In "Developer Options", turn on "USB Debugging"

  4. On your computer, download Android SDK Platform-Tools for your OS.

  5. Extract Android SDK Platform-Tools and start a command-prompt/shell session in the extracted folder's directory.

  6. Connect your Samsung Android phone to your computer with USB debugging enabled. Verify that adb sees your device and the daemon is running with the following command

    • adb devices
    • You should see the device name listed as a "device".
    • At this point your device should prompt you to accept USB debugging from your computer. Tap "Allow".
  7. Enter your device's shell with the following command

    • adb shell
  8. Once in the device's shell, copy and paste all desired commands from commands.txt to remove the package.

Other

Once in your device's shell, you can use the following command to list installed packages by name.

  • pm list package | grep '<package name>'

For example, to list all installed packages with Facebook in their name, you'd type,

  • pm list package | grep 'facebook'

Sources

debloat-samsung-android's People

Contributors

khlam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

debloat-samsung-android's Issues

Settings app crashes

The settings app crashes with a "Settings has stopped" message after opening. I ran all the commands in the list.

Dual-SIM and MicroSD on HYBRID slot (Samsung A52s 5G + others)

I need to get a new phone and would want to buy Samsung A52S 5G for 2 SIMS + MicroSD.
It only offer HYBRID Dual-SIM and thus i would need a SIM-Extender.

Unfortunately,
all Samsung phones from past 4 years seem to detect Sim-Extenders and one needs root the phone and try to install an exposed module to remove this nag screen.

Question:
Are there alternatives, saying ADB commands?
Can one root the phone, install the module and unroot to have compatibility with banking software, etc?

Module I know of: https://github.com/YaDev/SamsungDualSimFix
P.S. If you have interesting links for me, please share.

Dolby Atmos

Dolby Atmos is not working and I don't know what command was that they disabled it (in settings the sound quality and effects is not working too)

Netflix

My phone (Samsung Galaxy XCover Pro Enterprise Edition), come not only with Facebook, some Microsoft apps (OneDrive), it also came with netflix installer / launcher.

These are two packages to remove to get rid of them:

com.netflix.partner.activation
com.netflix.mediaclient

3 lists

There should be 3 lists

  • minimal - most safe list of apps, doesn't affect your phone in any way
  • optimal - remove most of apps, but don't alter any system-specific things
  • extreme - remove as much as possible

Lost ability to place calls and text messages on Galaxy A52 5G.

Commands seemed to work great on my Galaxy A52 5G except for the fact that the phone now shows no bars of service with an "x" through the signal strength meter. I still get data services (5G, LTE) but I cannot place a call or text messages. I've played around with the mobile network settings and manually selected my provider to no avail . I've also factory reset the phone and repeated the process with the same results. The problem occurs following the first restart of the device following the debloat process which seems interesting - I successfully made a test call immediately after performing the process but could no longer place a call after the reboot. I also made sure to omit the commented out command "pm uninstall -k --user 0 com.wsomacp" so there must be something else at play here.

Regardless, thank you so much for this process. This work is hugely appreciated.

How to disable Samsung Secure Wifi

After reconnecting to my home WiFi, got a notification prompt to enable some BS "Secure WiFi" for public networks, which wanted me to sign up for a Samsung account.

How can that crap be disabled?

Cannot uninstall some packages

When I try to remove com.samsung.android.themecenter which is the galaxy theme store . It shows the following error -

[rounak@archissexy 13:55 ~]$ adb shell pm uninstall -k --user 0 com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:57 ~]$ adb shell pm uninstall -k --user 0 com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:57 ~]$ adb shell pm uninstall --user 0 com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:57 ~]$ adb shell pm uninstall -k com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:58 ~]$ 

I want to uninstall it. How can I do that ?

Camera App Crashes on Snap (s21)

With a recent update in early July, the default camera app started crashing when capturing. Anyone know the dependency causing that?

A lot of things to add

A) U guys need to add a lot of things to u commands.txt file because a lot of bloatwares has been added recently to samsung phones .

com.samsung.ecomm.global.in --> Samsung shop
com.opera.max.oem --> Samsung max vpn
com.google.android.projection.gearhead --> Android auto
com.android.egg ---> Easter Egg
And lot more ....

See my blocklist -

adb shell pm uninstall --user 0 com.samsung.android.kidsinstaller
adb shell pm uninstall --user 0 com.android.chrome
adb shell pm uninstall --user 0 com.google.android.youtube
adb shell pm uninstall --user 0 com.google.android.gm
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall --user 0 com.samsung.android.ardrawing
adb shell pm uninstall --user 0 com.samsung.android.aremoji
adb shell pm uninstall --user 0 com.samsung.android.arzone.en
adb shell pm uninstall --user 0 com.sec.android.mimage.avatarstickers
adb shell pm uninstall --user 0 com.samsung.android.aremojieditor
adb shell pm uninstall --user 0 com.samsung.android.lool
adb shell pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
adb shell pm uninstall --user 0 com.samsung.android.bixbyvision.framework
adb shell pm uninstall --user 0 com.samsung.android.app.settings.bixby
adb shell pm uninstall --user 0 com.samsung.android.bixby.agent
adb shell pm uninstall --user 0 com.microsoft.appmanager
adb shell pm uninstall --user 0 com.samsung.android.mdx
adb shell pm uninstall --user 0 com.sec.android.app.samsungapps
adb shell pm uninstall --user 0 com.samsung.android.themestore
adb shell pm uninstall --user 0 com.samsung.android.honeyboard
adb shell pm uninstall --user 0 com.samsung.android.authfw
adb shell pm uninstall --user 0 com.samsung.android.samsungpass
adb shell pm uninstall --user 0 com.samsung.android.samsungpassautofill
adb shell pm uninstall --user 0 com.samsung.android.visionintelligence
adb shell pm uninstall --user 0 com.google.android.apps.maps
adb shell pm uninstall --user 0 com.google.android.apps.tachyon
adb shell pm uninstall --user 0 com.samsung.android.scloud
adb shell pm uninstall --user 0 com.samsung.android.knox.analytics.uploader
adb shell pm uninstall --user 0 com.facebook.services
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.mygalaxy
adb shell pm uninstall --user 0 com.android.egg
adb shell pm uninstall --user 0 com.opera.max.oem
adb shell pm uninstall --user 0 com.google.android.projection.gearhead
adb shell pm uninstall --user 0 com.samsung.ecomm.global.in

I know some of the packages that are mentioned above are already present in the commands.txt file but there are many apps which are not mentioned in the command.txt file. I don't have time to sort them so sorry for the pain.

B) Please remove com.samsung.android.app.galaxyfinder from the list because this package is used for searching apps on our phone. Sometimes our phones are so cluttered with apps that we cannot find the apps we need and we have to search them.

I can open a pull request regarding it if u want :P

SmartView Not Working

I ran all the commands in the txt file, and very pleased about debloat, so thanks for creating this list.

However, SmartView (screen casting to wireless displays) no longer seems to work on my S10.

Has anyone else experienced this issue, or could anyone advise as to a possible dependency in the commands list?

Thanks

W-Fi Calls

Hi, after running the script I can't make any wi-fi calls whatsoever. After someone answers my call, it drops immediatly, anyone knows what packages I should re-install for it to work?

Duplicate notes

Could submit a PR, but slightly concerning that a dupe snuck in. Maybe another line should be there instead?

pm uninstall -k --user 0 com.samsung.android.app.notes
pm uninstall -k --user 0 com.samsung.android.app.notes

Android Auto

Can be disabled in Settings -> Apps, but to uninstall use this app id to remove it

com.google.android.projection.gearhead

pm install-existing no longer exists.

pm install-existing is deprecated...I don't understand the new commands. Can someone please assist me with finding the command that replaced install-existing? This is ridiculous.

(When using these debloat commands on S7 EDGE my Settings APP will no longer work (Settings keeps stopping). Making the overal longevity of this debloat short and sour.

com.samsung.android.lool

If uninstall or disable com.samsung.android.lool
Will it affect Optimize battery usage and Manage battery usage?

SOT increase

Hey guys

I haven't tried this debloat yet but I'd really like to ask you what sort of SOT increase you realistically see after doing this?

I'm a tinkerer and I love optimizing but still I'm worried that I'll spend days doing this, restoring, redoing etc, all for 10min extra SOT.

Hmm... I really appreciate you reading and commenting.
/Mike

Removing com.samsung.SMT package breaks Accessibility options within Settings

Ran into this issue after running the debloat and found this thread that identified uninstalling the com.samsung.SMT package as the culprit (symptoms for me identical to what the OP of this thread describes):
https://forum.xda-developers.com/t/accessibility-settings-keep-stopping-list-of-uninstalled-system-apks-attached.4418231/

To keep accessibility settings intact this package cannot be uninstalled. If already uninstalled, to get it back run the following command:
adb shell cmd package install-existing com.samsung.SMT

Running this command immediately fixed my issue.

On an S10e SM-G970U1 running Android 12.

Samsung Visit In

No idea what Samsung Visit In is, but this is the apk id to remove it:

com.samsung.android.ipsgeofence

New Samsung Bloatware

Secure Wifi:
pm uninstall -k --user 0 com.samsung.android.fast

Notes addons:
pm uninstall -k --user 0 com.samsung.android.app.notes.addons

Samsung Members:
pm uninstall -k --user 0 com.samsung.android.voc

Samsung Kid's Mode:
pm uninstall -k --user 0 com.sec.android.app.kidshome

Samsung Visit In:
pm uninstall -k --user 0 com.samsung.android.ipsgeofence

Split Screen View No Longer Working - Flip3 5G

As the title says I ran some of the commands posted here to debloat my new phone and unfortunately now it seems one of the hallmark features of it no longer functions! I'm hoping someone might be able to help me figure out which one of these is the culprit. I've seen a few others find ways to undo this for other features/applications so I'd really appreciate the help!

pm uninstall -k --user 0 com.samsung.aasaservice
pm uninstall -k --user 0 com.samsung.advp.imssettings
pm uninstall -k --user 0 com.samsung.android.aircommandmanager
pm uninstall -k --user 0 com.samsung.android.allshare.service.fileshare
pm uninstall -k --user 0 com.samsung.android.allshare.service.mediashare
pm uninstall -k --user 0 com.samsung.android.app.advsounddetector
pm uninstall -k --user 0 com.samsung.android.app.appsedge
pm uninstall -k --user 0 com.samsung.android.app.assistantmenu
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facear.preload
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facear3d.preload
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearframe.preload
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.stamp.preload
pm uninstall -k --user 0 com.samsung.android.app.clipboardedge
pm uninstall -k --user 0 com.samsung.android.app.cocktailbarservice
pm uninstall -k --user 0 com.samsung.android.app.episodes
pm uninstall -k --user 0 com.samsung.android.app.filterinstaller
pm uninstall -k --user 0 com.samsung.android.app.galaxyfinder
pm uninstall -k --user 0 com.samsung.android.app.ledbackcover
pm uninstall -k --user 0 com.samsung.android.app.ledcoverdream
pm uninstall -k --user 0 com.samsung.android.app.memo
pm uninstall -k --user 0 com.samsung.android.app.mirrorlink
pm uninstall -k --user 0 com.samsung.android.app.notes
pm uninstall -k --user 0 com.samsung.android.app.reminder
pm uninstall -k --user 0 com.samsung.android.app.routines
pm uninstall -k --user 0 com.samsung.android.app.sbrowseredge
pm uninstall -k --user 0 com.samsung.android.app.settings.bixby
pm uninstall -k --user 0 com.samsung.android.app.sharelive
pm uninstall -k --user 0 com.samsung.android.app.simplesharing
pm uninstall -k --user 0 com.samsung.android.app.soundpicker
pm uninstall -k --user 0 com.samsung.android.app.spage
pm uninstall -k --user 0 com.samsung.android.app.storyalbumwidget
pm uninstall -k --user 0 com.samsung.android.app.talkback
pm uninstall -k --user 0 com.samsung.android.app.taskedge
pm uninstall -k --user 0 com.samsung.android.app.tips
pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall -k --user 0 com.samsung.android.app.watchmanager
pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall -k --user 0 com.samsung.android.app.withtv
pm uninstall -k --user 0 com.samsung.android.ardrawing
pm uninstall -k --user 0 com.samsung.android.aremoji
pm uninstall -k --user 0 com.samsung.android.arzone
pm uninstall -k --user 0 com.samsung.android.authfw
pm uninstall -k --user 0 com.samsung.android.aware.service
pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
pm uninstall -k --user 0 com.samsung.android.beaconmanager
pm uninstall -k --user 0 com.samsung.android.bixby.agent
pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall -k --user 0 com.samsung.android.bixby.es.globalaction
pm uninstall -k --user 0 com.samsung.android.bixby.plmsync
pm uninstall -k --user 0 com.samsung.android.bixby.service
pm uninstall -k --user 0 com.samsung.android.bixby.voiceinput
pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
pm uninstall -k --user 0 com.samsung.android.bixbyvision.framework
pm uninstall -k --user 0 com.samsung.android.calendar
pm uninstall -k --user 0 com.samsung.android.da.daagent
pm uninstall -k --user 0 com.samsung.android.dlp.service
pm uninstall -k --user 0 com.samsung.android.drivelink.stub
pm uninstall -k --user 0 com.samsung.android.easysetup
pm uninstall -k --user 0 com.samsung.android.email.provider
pm uninstall -k --user 0 com.samsung.android.fmm
pm uninstall -k --user 0 com.samsung.android.game.gamehome
pm uninstall -k --user 0 com.samsung.android.game.gametools
pm uninstall -k --user 0 com.samsung.android.game.gos
pm uninstall -k --user 0 com.samsung.android.gametuner.thin
pm uninstall -k --user 0 com.samsung.android.hmt.vrshell
pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc
pm uninstall -k --user 0 com.samsung.android.keyguardwallpaperupdator
pm uninstall -k --user 0 com.samsung.android.kidsinstaller
pm uninstall -k --user 0 com.samsung.android.knox.analytics.uploader
pm uninstall -k --user 0 com.samsung.android.lool
pm uninstall -k --user 0 com.samsung.android.mateagent
pm uninstall -k --user 0 com.samsung.android.mdm
pm uninstall -k --user 0 com.samsung.android.mdx
pm uninstall -k --user 0 com.samsung.android.mdx.kit
pm uninstall -k --user 0 com.samsung.android.mdx.quickboard
pm uninstall -k --user 0 com.samsung.android.messaging
pm uninstall -k --user 0 com.samsung.android.mobileservice
pm uninstall -k --user 0 com.samsung.android.oneconnect
pm uninstall -k --user 0 com.samsung.android.samsungpass
pm uninstall -k --user 0 com.samsung.android.samsungpassautofill
pm uninstall -k --user 0 com.samsung.android.scloud
pm uninstall -k --user 0 com.samsung.android.sdk.professionalaudio.utility.jammonitor
pm uninstall -k --user 0 com.samsung.android.server.iris
pm uninstall -k --user 0 com.samsung.android.service.livedrawing
pm uninstall -k --user 0 com.samsung.android.service.peoplestripe
pm uninstall -k --user 0 com.samsung.android.service.travel
pm uninstall -k --user 0 com.samsung.android.setting.multisound
pm uninstall -k --user 0 com.samsung.android.spay
pm uninstall -k --user 0 com.samsung.android.spayfw
pm uninstall -k --user 0 com.samsung.android.spdfnote
pm uninstall -k --user 0 com.samsung.android.stickercenter
pm uninstall -k --user 0 com.samsung.android.stickerplugin
pm uninstall -k --user 0 com.samsung.android.svoice
pm uninstall -k --user 0 com.samsung.android.svoiceime
pm uninstall -k --user 0 com.samsung.android.themecenter
pm uninstall -k --user 0 com.samsung.android.themestore
pm uninstall -k --user 0 com.samsung.android.tripwidget
pm uninstall -k --user 0 com.samsung.android.visionarapps
pm uninstall -k --user 0 com.samsung.android.visioncloudagent
pm uninstall -k --user 0 com.samsung.android.visionintelligence
pm uninstall -k --user 0 com.samsung.android.voicewakeup
pm uninstall -k --user 0 com.samsung.android.wellbeing
pm uninstall -k --user 0 com.samsung.android.widgetapp.yahooedge.finance
pm uninstall -k --user 0 com.samsung.android.widgetapp.yahooedge.sport
pm uninstall -k --user 0 com.samsung.app.highlightplayer
pm uninstall -k --user 0 com.samsung.daydream.customization
pm uninstall -k --user 0 com.samsung.dcmservice
pm uninstall -k --user 0 com.samsung.desktopsystemui
pm uninstall -k --user 0 com.samsung.enhanceservice
pm uninstall -k --user 0 com.samsung.faceservice
pm uninstall -k --user 0 com.samsung.fresco.logging
pm uninstall -k --user 0 com.samsung.groupcast
pm uninstall -k --user 0 com.samsung.hs20provider
pm uninstall -k --user 0 com.samsung.ipservice
pm uninstall -k --user 0 com.samsung.knox.appsupdateagent
pm uninstall -k --user 0 com.samsung.knox.rcp.components
pm uninstall -k --user 0 com.samsung.knox.securefolder
pm uninstall -k --user 0 com.samsung.knox.securefolder.setuppage
pm uninstall -k --user 0 com.samsung.safetyinformation
pm uninstall -k --user 0 com.samsung.sec.android.application.csc
pm uninstall -k --user 0 com.samsung.SMT
pm uninstall -k --user 0 com.samsung.storyservice
pm uninstall -k --user 0 com.samsung.svoice.sync
pm uninstall -k --user 0 com.samsung.systemui.bixby
pm uninstall -k --user 0 com.samsung.systemui.bixby2
pm uninstall -k --user 0 com.samsung.ucs.agent.ese
pm uninstall -k --user 0 com.samsung.voiceserviceplatform

Aggressive Debloat Setting

It would be nice if there were different files for different people. I know that I totally dislike Samsung apps on my phone and would love if there was a really aggressive debloat option (i.e. no Contacts, Gallery, etc.). Others would be more lenient and this would be a great opportunity to serve different bodies of people.

Apps to add to aggressive debloat:

  • Contacts
  • Gallery
  • Smart Mirroring

Lost "settings" app

Hi,
On Samsung A5 2017, after applying the entire commands.txt the settings don't open anymore.
When tapping on the gears icon on the top panel an error window appears with the message "Settings has stopped.". No more details.

I presume one of the packages was mandatory and has to be re-installed.
How can I figure out what package is missing and how to revert it back?

Thanks.

Samsung Pass?

For a more thoroughly debloated device, can Samsung Pass be disabled without conflicts?

Upday for Samsung

Got it on my "Samsung Galaxy XCover Pro EE" bought in Switzerland. Even if setup to use only English, it will be installed.

de.axelspringer.yana.zeropage

Debloating commands breaks dual-audio.

I'm going to investigate later, but here's a open issue
I'll link a PR later with the actual app that when uninstalled breaks support for Media Control's.

Gif just for illustration of the problem.
image

Add an section on how to roll back. (reinstall)

Use
pm install-existing --user 0 com.sec.android.app.soundalive

Will reinstall the deleted app.
So no need to find and download the apk.

This is an important information.
Just spend 2 hours trying to fix my "sound quality and effects" settings haha.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.