A custom discord bot maker in python

Sorry for using Translator.Each description may be inaccurate. how to use 1. Make new application at https://discord.com/developers/applications 2. Make a bot 3. Copy the bot’s token and id. 4. Paste each in the appropriate place for ./config.json. 5. set prefix 6. set commands at ./coms.json 7. start main.py commands.py A few functions to use at main.py are implemented. coms.json

Read more

This Python package implements algorithms for multiviews (multimodals) learning

scikit-multimodallearn scikit-multimodallearn is a Python package implementing algorithms multimodal data. It is compatible with scikit-learn, a popularpackage for machine learning in Python. Documentation The documentation including installation instructions, API documentationand examples isavailable online. Installation Dependencies scikit-multimodallearn works with Python 3.5 or later. scikit-multimodallearn depends on scikit-learn (version >= 0.19). Optionally, matplotlib is required to run the examples. Installation using pip scikit-multimodallearn isavailable on PyPIand can be installed using pip: pip install scikit-multimodallearn Development The development of this package follows the […]

Read more

Blender 3.0 Python – Open temporary areas in the Text Editor

When editing text in Blender, it can be handy to have areas like Info, Console, Outliner, etc visible on screen to help with scripting. However, having all these open at once can lead to a cluttered screen that makes it difficult to read the scripts. This addon allows you to maximize the Text area, while quickly popping open the other areas, and closing them again as soon as you’ve selected/copied/deleted etc. Only works with 3.0 and up, they incorporated a […]

Read more

A general purpose template driven code generator

A general purpose template driven code generatorContribute shits to your company’s shit mountain more efficiently! Quick Start Install pip3 install shit_mountain_generator vscode Template Language Highlighting The vscode extension for shit template language highlight support is now on marketplace!search for Shit Template Language in vscode extension tab to install Create a generator script from ShitMountainGenerator import Shitter shitter = Shitter.from_template(path=”/path/to/template.tmpl”) shits = shitter.shit(context={“your”: “variable”, “loop_contexts”: [{“loop”: “context”}, {

Read more

Grouping nucleotide coordinate ranges

Grouping nucleotide coordinate ranges. A quick pre-processing step for “bedtools getfasta”:-https://bedtools.readthedocs.io/en/latest/content/tools/getfasta.html if you have a set of interrupted serial arithmetic numbers. Usage:-python NuclRanger.py input_file_name Check out the sample input and output files GitHub View Github    

Read more

A multithreaded tool for searching and downloading images from popular search engines

Code by Trong-Dat Ngo. Overviews 🕳️CygnusX1 is a multithreaded tool 🛠️, used to search and download images from popular search engines 🔎. It is straightforward to set up and run! Key features 🥰 No knowledge is required to get up and to run. 🚀 Download image using customizable number of threads. ⛏️Crawl all possible images (search results and recommendations). Installation This repository is tested on Python 3.6+ and PyTorch selenium 3.141.0+, as well as it works fine on macOS, Windows, […]

Read more

Sync mastodon toot and Telegram channel or group in both direction

Sync mastodon toot and telegram channel or group in both direction. Using mastodon websocket API to fetch statuses update. Functions Mastodon to Telegram Text only message Text with photo Text with video Poll… Telegram to Mastodon Text only message Photo Medias… (Video and other media type may not working…) Usage Modify your config.sample.json to config.json with your own information. All keys except chat_id is necessary. Get your telegram bot token from telegram: @botfather. Get your mastodon api token from your […]

Read more

Image captioning service for healthcare domains in Vietnamese using VLP

This service is a web service that provides image captioning services for healthcare domains in Vietnamese using VLP. The VLP model is trained on the VLSP vietCap4h 2021 Image Captioning for healthcare domains in Vietnamese. The demo service is currently using our best model performed in the competition. You can checkout our completely demo here Quick start Clone this repo: git clone https://github.com/CS-UIT-AI-CLUB/vlp-ic-service.git Modify docker-compose.yml file to your needs: Build and run service: docker-compose up -d –build Test it:

Read more
1 385 386 387 388 389 928