Menu ☰

🌍 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.

Reset Search ↻
πŸ”Ž
🌐

Try keywords like automation, CRM, analytics, chatbot, llama or workflow.

Choose where to search live data.

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

β˜… 338 Forks 98 zszszszsz Updated 04 Jun 2026
H

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

β˜… 88 Forks 43 klonnet23 Updated 28 May 2026
S

Volodymyrk/stats-testing-in-python

GitHub Jupyter Notebook

collection of ipython notebooks for "How to Analyse an Online Experiment in Python" tutorial

β˜… 60 Forks 35 Volodymyrk Updated 06 Feb 2025
A

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

β˜… 26 Forks 0 udinparla Updated 20 May 2026
M

Rushikesh8983/MastersDataScience_Deep-learning-project

GitHub Jupyter Notebook

Language 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

β˜… 18 Forks 1 Rushikesh8983 Updated 24 Jan 2026
R

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

β˜… 13 Forks 4 jnuber Updated 20 Apr 2026
T

mojihack/tg

GitHub

Telegram 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

β˜… 13 Forks 8 mojihack Updated 24 Mar 2026
C

THARUN1526/Chi-Square-Test-in-python

GitHub Python

The 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

β˜… 11 Forks 0 THARUN1526 Updated 12 Jul 2023