π Live Open Source Explorer
Explore live open-source projects and AI models.
Search public open-source repositories from GitHub and AI models from Hugging Face. Every page shows 10 results with clean pagination.
π Live Search
Search live open-source data
Search GitHub repositories and Hugging Face models directly, then explore stars, downloads, source links and project details.
Live Results
GitHub Open Source Repositories
Search: stats-testing-in-python
Page 1
Showing 8 results from 8
zszszszsz/.config
GitHub Shell MIT License# # Automatically generated file; DO NOT EDIT. # OpenWrt Configuration # CONFIG_MODULES=y CONFIG_HAVE_DOT_CONFIG=y # CONFIG_TARGET_sunxi is not set # CONFIG_TARGET_apm821xx is not set # CONFIG_TARGET_ath25 is not set CONFIG_TARGET_ar71xx=y # CONFIG_TARGET_ath79 is not set # CONFIG_TARGET_bcm27xx ... Read more
External source
GitHub
klonnet23/helloy-word
GitHub{ "releases": { "2.0.4": [ "[Fixed] Refresh for Enterprise repositories did not handle API error querying branches - #7713", "[Fixed] Missing \"Discard all changes\" context menu in Changes header - #7696", "[Fixed] \"Select all\" keyboard shortcut not firing on Windows - ... Read more
External source
GitHub
Volodymyrk/stats-testing-in-python
GitHub Jupyter Notebookcollection of ipython notebooks for "How to Analyse an Online Experiment in Python" tutorial
External source
GitHub
udinparla/aa.py
GitHub#!/usr/bin/env python import re import hashlib import Queue from random import choice import threading import time import urllib2 import sys import socket try: import paramiko PARAMIKO_IMPORTED = True except ImportError: PARAMIKO_IMPORTED = False USER_AGENT = ["Mozilla/5.0 (Windo... Read more
External source
GitHub
Rushikesh8983/MastersDataScience_Deep-learning-project
GitHub Jupyter NotebookLanguage Translation In this project, youβre going to take a peek into the realm of neural network machine translation. Youβll be training a sequence to sequence model on a dataset of English and French sentences that can translate new sentences from English to French. Get the Data Since transl... Read more
External source
GitHub
jnuber/RaspberryPi_Object_Tracking_USB_WebCam
GitHub Python# This object tracking solutions utilize the "Triangle Similarity" method. # In brief, the triangle similarity takes an object (marker) with a known # width. The object is placed at some distance from the camera. Preferably # the same camera to be used for detection and tracking. # # A photo/imag... Read more
External source
GitHub
mojihack/tg
GitHubTelegram messenger CLI Build Status Command-line interface for Telegram. Uses readline interface. API, Protocol documentation Documentation for Telegram API is available here: http://core.telegram.org/api Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto ... Read more
External source
GitHub
THARUN1526/Chi-Square-Test-in-python
GitHub PythonThe chi-square test in Python (using `scipy.stats`) checks if categorical variables are significantly associated. It compares observed and expected frequencies, giving chi-square statistic, p-value, degrees of freedom, and expected frequencies. Interpret using p-value vs. significance level. Usef... Read more
External source
GitHub