:P Some basic stuff I'm gonna use for my upcoming Agile Software Development and Devops

Overview

reverse-image-search-py

bash script.sh img_name.jpg

Requirements


pip install requests
pip install pyshorteners

Dry run

[kunal@Gordonfreeman]$ bash script.sh shinji.jpg
Image Location is shinji.jpg
https://telegra.ph/file/4eb716a16774c27b8960b.jpg
<Response [200]>
https://yandex.com/images/search?rpt=imageview&url=https://telegra.ph/file/4eb716a16774c27b8960b.jpg
https://tinyurl.com/yhksaaf6
<Response [200]>
https://tineye.com/search?sort=size&order=desc&url=https://telegra.ph/file/4eb716a16774c27b8960b.jpg
https://tinyurl.com/yg8do4fq
<Response [200]>
https://www.bing.com/images/search?view=detailv2&iss=sbi&q=imgurl:https://telegra.ph/file/4eb716a16774c27b8960b.jpg
https://tinyurl.com/yesefctq
<Response [302]>
http://www.google.com/search?tbs=sbi:AMhZZivAcgnt5ouXE5a5JwLtM0K0SBspwJU9S-YEQglMs500XfJnkuYNLuT4HvPOdImK6nCnHTlBHu-UNmMj3YdbG7v5AFCkfEpZRREyATkT3C_1b5vel-lS_1B5v16u7nIqJfNJBuQrbKjQ2rigI46lJaiu9Q1fUbz1d3RFS7QVmPmJlzLUfWDztCEHd5FAqaWHmsNlixubHjmhpVcko0vxzj0bt7GKSHzc4w9rtjyfTNset7EK5jJbARYBE4ieielyXu8Vxp4NarD9kt7STpKAtdozjMMKe6lXBmkAz1u24svuW9HvNkpnZZ2S4sAzcbQfAeoI6K4uouicREDfCP9GwWltNmHpqsPw
https://tinyurl.com/yhjfbynk
You might also like...
Basic Utilities for PyTorch Natural Language Processing (NLP)

Basic Utilities for PyTorch Natural Language Processing (NLP) PyTorch-NLP, or torchnlp for short, is a library of basic utilities for PyTorch NLP. tor

Basic Utilities for PyTorch Natural Language Processing (NLP)

Basic Utilities for PyTorch Natural Language Processing (NLP) PyTorch-NLP, or torchnlp for short, is a library of basic utilities for PyTorch NLP. tor

Basic Utilities for PyTorch Natural Language Processing (NLP)

Basic Utilities for PyTorch Natural Language Processing (NLP) PyTorch-NLP, or torchnlp for short, is a library of basic utilities for PyTorch NLP. tor

Samantha, A covid-19 information bot which will provide basic information about this pandemic in form of conversation.

Covid-19-BOT Samantha, A covid-19 information bot which will provide basic information about this pandemic in form of conversation. This bot uses torc

🤖 Basic Financial Chatbot with handoff ability built with Rasa

Financial Services Example Bot This is an example chatbot demonstrating how to build AI assistants for financial services and banking with Rasa. It in

Just a Basic like Language for Zeno INC

zeno-basic-language Just a Basic like Language for Zeno INC This is written in 100% python. this is basic language like language. so its not for big p

Words_And_Phrases - Just a repo for useful words and phrases that might come handy in some scenarios. Feel free to add yours

Words_And_Phrases Just a repo for useful words and phrases that might come handy in some scenarios. Feel free to add yours Abbreviations Abbreviation

Simplified diarization pipeline using some pretrained models - audio file to diarized segments in a few lines of code
Simplified diarization pipeline using some pretrained models - audio file to diarized segments in a few lines of code

simple_diarizer Simplified diarization pipeline using some pretrained models. Made to be a simple as possible to go from an input audio file to diariz

Owner
Sudhanva M
Sudhanva M
Mkdocs + material + cool stuff

Modern-Python-Doc-Example mkdocs + material + cool stuff Doc is live here Features out of the box amazing good looking website thanks to mkdocs.org an

Francesco Saverio Zuppichini 61 Oct 26, 2022
A simple chatbot based on chatterbot that you can use for anything has basic features

Chatbotium A simple chatbot based on chatterbot that you can use for anything has basic features. I have some errors Read the paragraph below: Known b

Herman 1 Feb 16, 2022
Use the power of GPT3 to execute any function inside your programs just by giving some doctests

gptrun Don't feel like coding today? Use the power of GPT3 to execute any function inside your programs just by giving some doctests. How is this diff

Roberto Abdelkader Martínez Pérez 11 Nov 11, 2022
🤗 The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools

?? The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools

Hugging Face 15k Jan 2, 2023
Python library to make development of portfolio analysis faster and easier

Trafalgar Python library to make development of portfolio analysis faster and easier Installation ?? For the moment, Trafalgar is still in beta develo

Santosh Passoubady 641 Jan 1, 2023
The ability of computer software to identify words and phrases in spoken language and convert them to human-readable text

speech-recognition-py Speech recognition is the ability of computer software to identify words and phrases in spoken language and convert them to huma

Deepangshi 1 Apr 3, 2022
A simple Flask site that allows users to create, update, and delete posts in a database, as well as perform basic NLP tasks on the posts.

A simple Flask site that allows users to create, update, and delete posts in a database, as well as perform basic NLP tasks on the posts.

Ian 1 Jan 15, 2022
this repository has datasets containing information of Uber pickups in NYC from April 2014 to September 2014 and January to June 2015. data Analysis , virtualization and some insights are gathered here

uber-pickups-analysis Data Source: https://www.kaggle.com/fivethirtyeight/uber-pickups-in-new-york-city Information about data set The dataset contain

null 1 Nov 2, 2021
skweak: A software toolkit for weak supervision applied to NLP tasks

Labelled data remains a scarce resource in many practical NLP scenarios. This is especially the case when working with resource-poor languages (or text domains), or when using task-specific labels without pre-existing datasets. The only available option is often to collect and annotate texts by hand, which is expensive and time-consuming.

Norsk Regnesentral (Norwegian Computing Center) 850 Dec 28, 2022