GVT is a generic translation tool for parts of text on the PC screen with Text to Speak functionality

GVT is a generic translation tool for parts of text on the PC screen with Text to Speech functionality.I wanted to create it because the existing tools that I experimented with did not satisfy me in ease-to-use experience and configuration.Personally I used it with Lost Ark (example included generated by 2k monitor) to translate simple dialogues of quests in Italian. 📝Requirements Tested Operating Systems : Windows 10/11Python Version: 3.9.6 Easynmt OpenCV2 Easyocr Numpy Deepl (Unofficial API) Pyttsx3 Pywin32 WXWidgets Pygame […]

Read more

Contracts for verifiable randomness on StarkNet

Contracts for verifiable randomness on StarkNet Motivation Deployed on StarkNet Testnet Dice Game : 0x01837c5fa18244deb1723bf2512c2b1657d4c7f085d894277d53471be4e5bd6f Oracle : 0x0478aee025806b6058a60832758cf8dfca36265d28478ce17e6c8148d98ca926 Example Dice roll transaction Call request_rng on the Dice Game contract Then resolve_rng_requests on the Oracle contract Wait for details of resolve_rng_requests to be posted on chain Further documentation tba. In the meantime DM Me(0xNonCents) on discord if you have questions. GitHub View Github    

Read more

Slack Bot Challenge App

Please go to a console, within the project root directory and type: “make run” This project is a simple bot posting message into a nFormal slack channel.Rules of the challenge: Challenge Minimum requirements* Program written in python* The team should be represented in a json file* Slack channel to be used: #happy-bot-laia* Message should be a random compliment for a random team member* Messages should be sent every 10 minutes* Messages should be sent during a 2 hour period* Within […]

Read more

The ifm_stoestring_hackthon with a machine energy monitoring system for the low carbon economy

In our solution based on plotly, dash and influxdb, the user will firstly generate the specifications for different robots, and then a wide range of interactive visualizations for different machines for machine power, machine cost, and total cost based on the energy time and total energy getting dynamically from sensors. If a threshold is met, the alert email is generated for further operation. Introduction dash-manufacture-spc-dashboard is a dashboard for monitoring read-time process quality along manufacture production line.This is a demo […]

Read more

Auto Uploading Instagram Bot

###Instagram Uploading Bot### Download Python and Chrome browser pip install -r requirements.txt python Instagrambot.py (Run the script) Press the “Open Chrome Browser” button login into your instagram Fill out Information to the Form. Open the folder you want to upload % The file name must be numbers % + Set how many posts there will be in one posting process Open the folder if you want to add advertisement post % The Ad post files should be numbers starting with […]

Read more

GitHub project as part of the Programming for Data Science with Python Nanodegree from Udacity

Date created February 10, 2022 Project Title Explore US Bikeshare Data Description This project was undertaken as part of Udacity’s Programming for Data Science with Python. It mainly uses Python to understand U.S. bikeshare data using dataprovided by Motivate. The script is able to calculate statistics and build an interactive environment.In this interactive environment, raw user input as answers to a few questions willchange the results: The city the user would like to see data from (there are 3 cities […]

Read more

Hotel API Flask Projeto01 Udemy

📚 Sobre o projeto É um sistema de API simples para listar hoteis. Esse sistema Ă© do primeiro projeto de aula do curso da udemy sobre api com Flask. đź’» Tecnologias O sistema foi construĂ­do na linguagem de programação python e utiliza a framework Flask. Os dados estĂŁo sendo armazenados localmente, sem conexĂŁo com banco de dados. Para testar os recursos do CRUD, estou utilizando o Insomnia para enviar e receber as requisições. Por fim, Ă© utilizado o virtualenv como […]

Read more

FAMIE: A Fast Active Learning Framework for Multilingual Information Extraction

FAMIE: A Fast Active Learning Framework for Multilingual Information Extraction FAMIE is a comprehensive and efficient active learning (AL) toolkit for multilingual information extraction (IE). FAMIE is designed to address a fundamental problem in existing AL frameworks where annotators need to wait for a long time between annotation batches due to the time-consuming nature of model training and data selection at each AL iteration. With a novel proxy AL mechanism and the integration of our SOTA multilingual toolkit Trankit, FAMIE […]

Read more

Python’s zipfile: Manipulate Your ZIP Files Efficiently

Python’s zipfile is a standard library module intended to manipulate ZIP files. This file format is a widely adopted industry standard when it comes to archiving and compressing digital data. You can use it to package together several related files. It also allows you to reduce the size of your files and save disk space. Most importantly, it facilitates data exchange over computer networks. Knowing how to create, read, write, populate, extract, and list ZIP files using the zipfile module […]

Read more

You are AllSet: A Multiset Function Framework for Hypergraph Neural Networks

This is the repo for our paper: You are AllSet: A Multiset Function Framework for Hypergraph Neural Networks. We prepared all codes and a subset of datasets used in our experiments. All codes and script are in the folder src, and a subset of raw data are provided in folder data. To run the experiments, please go the the src folder first. Enviroment requirement: This repo is tested with the following enviroment, higher version of torch PyG may also be […]

Read more
1 226 227 228 229 230 927