Git Product home page Git Product logo

hhai2023-hackathon's Introduction

Git installation

For Windows.

https://phoenixnap.com/kb/how-to-install-git-windows

For MacOs

brew install git

For Debian based.

sudo apt install git

Git configuration

git config --global user.name "your-username"
git config --global user.email "your-email"

Cloning the project.

git clone https://github.com/hcinst/hhai-hackathon.git

Project Installation

pip install -r requirements.txt

Project Description

collapse.py - our original code for testing the successive collapsing method
megatiles.py - cleaned up and commented code with insertion points for hackathon code (search for “HACKATHON” in multiple places)
pilot_megatiles_experts.csv - annotations from two professional neuropathologists
pilot_megatiles_players.csv - annotations from 30 non-expert volunteers
megatiles_stepwise_collapsing.txt - pseudocode explaining our stepwise collapsing methods


Working on the project.

Run the following command to create a new branch and checkout on the branch.

git branch <your-name>-hackathon

git checkout <your-name>-hackathon

Add your algorithm.

Search for “HACKATHON” in multiple places in megatiles.py and add your algorithm there.

After adding your changes.

Commit your changes to the branch. and push to github.

git commit -am "your message"
git push

SLIDES: https://docs.google.com/presentation/d/1_fHSHrW9Blkx22NCbTP89_3nllzQXmqeuOX0cPc3jD8/edit?usp=sharing
GRAPHS: https://docs.google.com/spreadsheets/d/1rxcEidD33QYG6uIK8pvPzoRCvGNNiUg02u38A90dJ_w/edit?usp=sharing

hhai2023-hackathon's People

Contributors

ravishdussaruth avatar pmichelu avatar lvep avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.