Improving Neural Cross-lingual Abstractive Summarization via Employing Optimal Transport Distance for Knowledge Distillation

This repository contains the implementation of the paper Improving Neural Cross-lingual Abstractive Summarization via Employing Optimal Transport Distance for Knowledge Distillation. Thong Nguyen, Luu Anh Tuan (AAAI 2022) In this paper, we propose a novel Knowledge Distillation framework to tackle Neural Cross-Lingual Summarization for morphologically or structurally distant languages. In our framework, we propose a novel Knowledge Distillationframework to tackle Neural Cross-Lingual Summarization for morphologically or structurally distant languages. Extensive experiments in both high and low-resourced settings on multiple Cross-Lingual […]

Read more

Earth observation framework for scaled-up processing in Python

Earth observation framework for scaled-up processing in Python. Analyzing Earth Observation (EO) data is complex and solutions often require custom tailored algorithms. In the EO domain most problems come with an additional challenge: How do we apply the solution on a larger scale? Working with EO data is made easy by the eo-learn package, while the eo-grow package takes care of running the solutions at a large scale. In eo-grow an EOWorkflow based solution is wrapped in a pipeline object, […]

Read more

A simple image of ikea search using jina.ai

This is a demo project to fetch ikea product images(IKEA Copyrights them so can only be used for private purposes). MUST read their terms and conditions before using their iamges for anything other than private purposes. You must have a virtual environment virtualenv venv source venv/bin/activate pip install -r requirements.txt Download Product Data and prepare First script to run that creates the database in sqllite python src/db/sql_model.py Then prepare_data Note i am pulling the data from IKEA Belgium’s French website […]

Read more

Telegram Save Content Bot With Same more Features

A simple telegram bot to save restricted content with custom thumbmail support by Mahesh Chauhan. API_ID API_HASH SESSION – Pyrogram string sessionGet pyrogram string session from BOT or Replit. BOT TOKEN heroku/python https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git if you see any message like ERROR R12 in heroku logs, just restart. CHANNEL INVALID if channel not joined. if you face ERROR: Client has not been started yet then just send /start. if deploy button doesn’t work, then deploy manually. GitHub View Github    

Read more

Storing geometry data in Apache Arrow format

Storing geometry data in Apache Arrow format Installation Usage Contributing Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms. License geoarrow was created by Joris Van den Bossche. It is licensed under the terms of the MIT license. Credits geoarrow was created with cookiecutter and the py-pkgs-cookiecutter template. GitHub View Github    

Read more

Cobalt strike CNA script to notify you via Discord whenever there is a new beacon

Cobalt strike CNA script to notify you via Discord whenever there is a new beacon. Make sure you have python3 installed Steps: Create a Discord Server and get a Webhook URL (Server settings > Integration > Webhooks > Create/New_Webhooks > Copy Webhook URL) Paste the URL in request.py Edit the path of request.py in notify.cna Edit the message as you want (Optional) Run the cna as following: ./agscript [C2 IP] [C2 Port] [user name] [C2 password] [path to cna] Reference: […]

Read more

GBSLocalLauncher – A script to compose ENV file for Local Compose

This is a script to compose ENV file for Local Compose.It creates config file where key is Local name and value consist with repository’s name + tag name. prerequisite: 1)Install or update AWS CLIhttps://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html 2)Set up your profilehttps://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html 3)Update your Python to the latest version.Relaese under 3.10 is not appropriate! How to run on mac? https://support.apple.com/en-gb/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/macRun Terminalcd YourScriptDirectorychmod 755 GridOfTags.commandExit Terminal Double click GridOfTags.command GitHub View Github    

Read more

Yolo object detection with python

download required files make build_image make download Docker version install dockerhttps://docs.docker.com/desktop/mac/install/ build image to run object detection run with docker image # make run.simple {target-file} {output-file-name} make run.simple FILENAME=data/kite.jpg OUTPUTFILENAME=kite_observed.jpg conda version install conda https://ikaros79.tistory.com/entry/Mac%EC%97%90%EC%84%9C-%EC%95%84%EB%82%98%EC%BD%98%EB%8B%A4-%EC%84%A4%EC%B9%98%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95 build conda env make conda.build.env run virtual environment conda activate yolo_python run following commands image #python detect_simple.py {image dir} {output-file-name} python detect_simple.py ./data/kite.jpg kite_observed.jpg video

Read more

A visual J1850 VPW analyzer written in Python

A visual J1850 VPW analyzer written in Python Requires Tkinter, Pandas, serial, and Python3These can be installed with pip or a package manager. pip3 install tk pandas serial Running the program is as simple as pointing the python3 executable to the vpw_analyzer.py file with Any ELM327 device should be compatible with this, as it uses only basic AT commands to listen to the bus. You need to enter the serial port into the “OBD Device Serial Port” box. For Windows, […]

Read more
1 5 6 7 8 9 49