A simple tool helping to track information, metrics, and files during code development, testing, probing

A simple tool helping to track information, metrics, and files duringcode development, testing, probing, experimentation and analysis. The idea You write Python code, annotate a function, call it. Votakvot takes care about tracking what function parameters are, its result, git repo status, etc… Change your code, change parameters, try to rerun the function, experiment. Then votakvot may load back all information to pandas DataFrame. Play with it and find the best combination of function parameters and version of a source […]

Read more

A Discord Bot coded in Python with Discord.py by Mudit07

Status : Online Michelle is a Discord Bot coded in Python with Discord.py by Mudit07. General Welcome new server members with a customized welcome message. Let members express themself anonymously with Confessions. Give your members freedom to select their roles by reacting to messages. Create custom responses to your texts. Embed messages, make it look clean and beautiful! Leveling Keep track of the most active users on your server. Leaderboard gives you the top 10 members. Compete for rank! See […]

Read more

Want to play What Would Rather on your Server? Invite the bot now!

What is this Bot? 👀 What You Would Rather? is a Guessing game where you guess one thing.Long Description short Take this example: You typed r!rather or r!rth in short, The bot ask you to Pick one thing from it You : r!rather Bot : What would you Rather? 1930 – 2010s Cartoons 2010 – 4020s Cartoons Now you have to chose one option by typing r!opt1 for Option 1 and r!opt2 for Option 2I have chosen Option 2 So […]

Read more

Automatically Update CV Papers Daily using Github Actions

Dense Gaussian Processes For Few-Shot Segmentation Few-shot segmentation is a challenging dense prediction task, which entails segmenting a novel query image given only a small annotated support set. the key problem is thus to design a method that aggregates detailed information from the support set, while being robust to large variations in appearance and context. to this end, we propose a few-shot segmentation method based on dense gaussian process (gp) regression. given the support set, our dense gp learns the […]

Read more

Image Detector and Convertor App created using python’s Pillow, OpenCV, cvlib, numpy and streamlit packages

Image Detector and Convertor App Image Detector and Convertor App created using python’s Pillow, OpenCV, cvlib, numpy and streamlit packages. Image Detector can perform Face Detection, Gender Detection and Object Detection using cvlib’s detect_face(), detect_gender() and detect_common_objects() Image Filters can perform Gray Scale Effect, Pencil Drawing Effect, Sepia Effect, Summer Effect, Winter Effect, Invert Effect and also can alter Image’s Contrast, Brightness and Blurrinessusing OpenCV functions. App Interface 👇:-

Read more

Visualise Ansible execution time in Perfetto trace viewer: see duration of playbooks, tasks, and hosts

Visualise where time is spent in your Ansible playbooks: what tasks, and what hosts, so you can find where to optimise and decrease playbook latency. An Ansible Callback Function which traces the execution time of Ansible playooks, outputting Chrome’s Trace Event Format for visualising in the Perfetto in-browser trace UI. Here’s a trace of me deploying to my home Raspberry Pi cluster, with the default strategy: linear. You can see that now all the tasks are synchronized across hosts, with […]

Read more

Covid 19 status Flask application with CovidAPI and Heroku

In this project we see total count of people who got this virus and total death. How does it works Written in Python. Web app, Flask. package managing with PipEnv. Using CovidAPI. Domain with CloudFlare. Developed by Amirhossein. Hosted by Heroku. Where to see Open covid-blackiq.herokuapp.com/. Contribute For small changes, open an issue or do it by yourself. How to run First clone it and go to the directory. Run pipenv shell. $ git clone https://github.com/BlackIQ/covid $ cd covid $ […]

Read more

Google Landmark Retrieval 2021 2nd Place Solution

The 2nd place solution of 2021 google landmark retrieval on kaggle. Environment We use cuda 11.1/python 3.7/torch 1.9.1/torchvision 0.8.1 for training and testing. Download imagenet pretrained model ResNeXt101ibn and SEResNet101ibn from IBN-Net. ResNest101 and ResNeSt269 can be found in ResNest. Prepare data Download GLDv2 full version from the official site. Run python tools/generate_gld_list.py. This will generate clean, c2x, trainfull and all data for different stage of training. Validation annotation comes from all 1129 images in GLDv2. We expand the competition […]

Read more

File and Image Management Application for django

django Filer is a file management application for django that makes handling of files and images a breeze. Contributing This is a an open-source project. We’ll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our contribution guidelines. We’re grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section. One of the easiest contributions you can make is helping […]

Read more
1 35 36 37 38 39 50