Skip to content

Instantly share code, notes, and snippets.

View vchrombie's full-sized avatar

Venu Vardhan Reddy Tekula vchrombie

View GitHub Profile
@vchrombie
vchrombie / README-Template.md
Last active November 2, 2018 19:02 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Hello Stranger. 🙇‍♂️

Don't click on this gist. 🚫
This is a highly confidential gist. ⚠️

Please download the pokemon zip package, from here and extract the files in the folder with name pokemon.

tree -a pokemon/
pokemon/  
├── dump.txt  
├── eevee  
│ ├── espeon 
@vchrombie
vchrombie / dataset-description.md
Last active September 17, 2019 05:50
GANBOYS: Final Year Project Dataset Description

Caltech-UCSD Birds-200-2011 (CUB-200-2011) is an extended version of the CUB-200 dataset, with roughly double the number of images per class and new part location annotations.

  • Number of categories: 200
  • Number of images: 11,788
  • Annotations per image: 15 Part Locations, 312 Binary Attributes, 1 Bounding Box

Link: http://www.vision.caltech.edu/visipedia/CUB-200-2011.html

The structure of the dataset is as of the follwing

amFOSS Internal Hackathon 1.0

Problem Statements

  1. Though there is a status update reporting system enforced in the club, many of our members do not send their status updates on time or regularly. What can be done to make them send status updates? Ideas may be in the form of gamification, incentives, etc. or maybe some tool to automate the process further and ease their job.

  2. We have several responsibilities being distributed in the club, but often it gets hard to track progress and account people. Many at times, members don't find interest in different activities of the club, or get engaged with their own work. What can be done to pull them into the club activities and actively engage everyone? Gamification ideas, with clear implementation plan, might be a potential solver.

  3. Some members of the club skip eating food multiple times a day, consume junk food, and often lose sleep. What can be done to promote a healthy lifestyle among the members and enforce a balance between work and health? We

@vchrombie
vchrombie / README.md
Created February 20, 2020 09:21
log and reports of grimoirela-elk tests

grimoirelab_elk/tests

p0tt3r@wand ~/chaoss/grimoirelab-elk/tests [14:23:29]  
> $ sudo python3 -m coverage run run_tests.py --source=grimoire_elk 2> run_tests_log
p0tt3r@wand ~/chaoss/grimoirelab-elk/tests [14:39:09]  
> $ sudo python3 -m coverage report -m > run_tests_result
@vchrombie
vchrombie / README.md
Last active March 17, 2020 08:29
Scripts for maintaining GrimoireLab 🚀 🦉
@vchrombie
vchrombie / README.md
Last active February 28, 2020 09:29 — forked from kirang89/replace_lines_in_file.py
license automation script
@vchrombie
vchrombie / README.md
Last active April 1, 2020 14:52
automate a few tasks for the GrimoireLab project 🚀 🦉

automate a few tasks for the GrimoireLab project 🚀 🦉

To use these scripts, you need to install the PyGitHub and GitPython modules in the virtualenvironment (or the machine).

python3 -m pip install PyGitHub GitPython

How to use

  1. First of all, you need a GitHub Personal Access Token. You can get one form here,