A next gen powerful telegram group manager bot

EzilaX v1 Unmaintained. The new repo of @EzilaXBot is Public.(It is no longer based on this source code. The completely rewritten bot available now on telegram) A Powerful, Smart And Simple Group Manager… Written with AioGram , Pyrogram and Telethon… Self-hosting (For Devs) ⚔ # Install Git First (apt-instll git) $ git clone https://github.com/sadew451/EzilaXBot-v2 $ cd EzilaX # Upgrade sources $ bash deploy.sh # Install All Requirements $ pip3 install -r requirements.txt # Rename ./EzilaX/data/bot_conf.yaml.example to bot_conf.yaml and fill # […]

Read more

User customizable firmware for custom fightsticks

OpenStickFirmware OpenStickFirmware is open source software designed to handle any and all tasks required in a custom Fight Stick. It can handle being the brains of your entire stick, or just handling the bells and whistles while your Brook board talks to your console. About The Project OSF is built with CircuitPython and intended to run on any board it supports. Not only does this make the customization process friendlier for non-developers, but it also means a significant amount of […]

Read more

Facebook Chat (Messenger) for Python

fbchat This project is unmaintained This project is officially marked as unmaintained, since my life is somewhere where I just do not have the time and energy to lead this project. If there is someone out there willing to take the lead, please get in contact, but even if there is, I can’t get in contact with the original author @carpedm20 and get the ability to add others as maintainers, see issue 390. So a fork might be preferable. I […]

Read more

A python open source Internet Download Manager with multi-connections

FireDM FireDM is a python open source (Internet Download Manager) with multi-connections, high speed engine, it downloads general files and videos from youtube and tons of other streaming websites .Developed in Python, based on “LibCurl”, and “youtube_dl”. Features: High download speeds “based on LibCurl” –See Speed test of: aria2 vs FireDM Multi-connection downloading “Multithreading” Automatic file segmentation. Automatic refresh for dead links. Resume uncompleted downloads. Support for Youtube, and a lot of stream websites “using youtube-dl to fetch info and […]

Read more

A Vietnamese personal card OCR website built with Django

Django VietCardOCR A Vietnamese personal card OCR website built with Django. Installation Creation of virtual environments is done by executing the command venv: python -m venv venv That will create a new folder env in your project directory. Next activate it with this command on mac/linux: source venv/bin/active Use the package manager pip to install requirements: pip install -r requirements.txt In the project folder, create media folder and its subfolders as structure below: ├───media │ └───images │ ├───driving-license │ ├───id-card […]

Read more

A python tool parses log data and allows to define analysis pipelines for anomaly detection

logdata-anomaly-miner This tool parses log data and allows to define analysis pipelines for anomaly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use. Requirements In order to install logdata-anomaly-miner a Linux system with python >= 3.6 is required. Debian-based distributions are currently recommended. See requirements.txt for further module dependencies Installation Debian There are Debian packages for logdata-anomaly-miner in the official Debian/Ubunturepositories. apt-get update && apt-get install […]

Read more

A Machine Learning model which predicts the presence of Diabetes in Patients

This is a machine Learning mode which tries to determine if a person has a heart disease or not. Data The dataset is in comma seperated values (.csv) format and is included in th code. Packages Used The following Packages were used scikit-learn: To preprocess the data, initiate the model, split the data, cross-validate the data and score the model. pandas: To import the dataset, change the dataset into a dataframe and view the data seaborn & matplotlib: To visualize […]

Read more

A FastAPI Framework for things like Database, Redis, Logging and Rate Limits

fastapi-framework A FastAPI Framework for things like Database, Redis, Logging, JWT Authentication and Rate Limits You can install this Library with: pip install fastapi-framework For the Documentation click here ✅ Database ✅ Redis ✅ Redis Publish/Subscribe ✅ FastAPI JWT ❌ FastAPI Permission System (for routes) ✅ Rate Limits ✅ Config Parser GitHub https://github.com/Tert0/fastapi-framework    

Read more

Personal and work vim 8 configuration with submodules

vimfiles Windows Vim 8 configuration files based on the recommendations of Ruslan Osipov, Keep Your vimrc file clean and The musings of bluz71. :help vimrc recommends moving vimrc and gvimrc to vimfiles to make the setup more portable. Installation Several applications are assumed to be in the PATH, installgit-scm and selectUser Git and optional Unix tools from the Windows Command Prompt.See steps to add a local bin directory forthe other applications referenced in the vim configuration files. Install Vim on […]

Read more

CS50’s Introduction to Artificial Intelligence Test Scripts

cs50ai-test This repository contains Python scripts to automate tests for most of the CS50’s Introduction to Artificial Intelligence with Python projects. It does not contain any project solution/spoiler, as per the course’s Academic Honesty policy. ## How to Run Tests Guide Make sure you have Python3 installed in your machine. Anything above Python 3.4+ should work. Install pytest by running pip install pytest in a terminal. More information about pip here. Make a copy of the test file and paste […]

Read more
1 511 512 513 514 515 927