Tool written on Python that locate all up host on your subnet
Easy to use command line network host scanner. From noob to noobs. Dependencies Usage Short Help $~ python .python .HostScan.py
Read moreDeep Learning, NLP, NMT, AI, ML
Easy to use command line network host scanner. From noob to noobs. Dependencies Usage Short Help $~ python .python .HostScan.py
Read moreUpgrading to new software versions is work, and work that doesn’t benefit your software’s users. Users care about features and bug fixes, not how up-to-date you are. But there is only so much time you can delay upgrading, and for Python 3.6, the time to upgrade is right now. Python 3.6 is reaching its end of life as of December 2021. No more bug fixes. No more security fixes. “It’s dead, Jim.” As of mid-December 2021, 15% of packages downloaded […]
Read moreA Telegram bot to turn all media and documents files to web link . Report a Bug|Request Feature 🍁 About This Bot : This bot will give you stream links for Telegram files without the need
Read moreThis is a TensorFlow implementation for C2-Rec We refer to the repo SASRec. Requirements requirement.txt Datasets This repo includes Amazon Beauty dataset as an example. you could also download Amazon review data from here. Model Training To train model on Beauty: python main.py –dataset=Beauty –train_dir=model_train –maxlen=50 –dropout_rate=0.5 –con_alpha=5.0 –rd_alpha=1.0 –neg_test=500 –user_reg_type=kl –lr=0.001 –rd_reduce=mean –neg_sample_n=50 GitHub View Github
Read moreAlconna 隶属于ArcletProject, 在Cesloi内有内置 Alconna 是 Cesloi-CommandAnalysis 的高级版,支持解析消息链 一般情况下请当作简易的消息链解析器/命令解析器 文档 暂时的文档 Example from arclet.alconna import Alconna from arclet.alconna.component import Option, Subcommand from arclet.alconna.types import AnyStr cmd = Alconna( command=”/pip”, options=[ Subcommand(“install”, Option(“–upgrade”), pak_name=AnyStr) Option(“list”), ] ) msg =
Read moreLanguage Translation and Identification this machine/deep learning api that will be served as a graphql-api using ariadne, to perform the following tasks. 1. Language Identification Identifying the language which the text belongs to using a simple text classification model. This model will be able to identify 7 different languages: english (en) french (fr) german (de) spanish (es) italian (it) portuguese (pt) swedish (sw) 2. Language Translation Language translation offers a bi-direction english to another language translation for example `english-to-french`. The […]
Read more