Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 61 additions & 72 deletions _data/projects.yml
Original file line number Diff line number Diff line change
@@ -1,72 +1,61 @@
- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
deployed: https://pypi.org/project/tensorgram/
github: https://github.com/ksdkamesh99/TensorGram
featured: yes

- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes


- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes


- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes


- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes

- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes


- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes


- name: Tensorgram
members:
pageLink:
date: 29-10-2020
shortDescr: A real-time remote service to get the Keras callbacks to the telegram including the details of metrics
github: https://github.com/ksdkamesh99/TensorGram
featured: yes



- name: PR Visualizer
members: Hakeem, Alex, Abir
pageLink: https://devpost.com/software/pr-visualiser
date: Sprint 0
shortDescr: Use PR Visualiser to get an overview and manage github Pull Requests.
deployed: https://prvisualiser2.azurewebsites.net
github: https://github.com/imabp/PR_Visualizer
featured: yes

- name: Flutter_gitgraph
members: Apratim, Benyam, Sameer
pageLink: https://devpost.com/software/flutter_gitgraph
date: Sprint 0
shortDescr: A Flutter library to easily visualize shiny Git Graphs.
deployed: https://pub.dev/packages/flutter_gitgraph
github: https://github.com/Sameerkash/flutter_gitgraph
featured: yes

- name: Broken link Extension
members: Atreya, Mayra, Amala
pageLink: https://devpost.com/software/broken-link-extension
date: Sprint 0
shortDescr: Broken link extension that sends owner an email with issues and potential fixes
github: https://github.com/MyrrhDev/Linker
featured: yes

- name: Todo++
members: Lucas, Sachin, Suhani
pageLink: https://devpost.com/software/todo-r4xzp7
date: Sprint 0
shortDescr: Todo plus the collaborative environment for software engineers inside the VSCode minus the distractions.
deployed: https://marketplace.visualstudio.com/items?itemName=TeamSSL.todo-plus-plus
github: https://github.com/sachsom95/todo_plus
featured: yes

- name: TorchBlaze
members: Kamesh, Ama, Saumya
pageLink: https://devpost.com/software/torchblaze
date: Sprint 0
shortDescr: The only MLOps tool for PyTorch you'll ever need, from training to deployment!
deployed: https://mlh-fellowship.github.io/torchblaze/
github: https://github.com/MLH-Fellowship/torchblaze
featured: yes

- name: ACE
members: Suhani, Saumya, Atreya
pageLink: https://devpost.com/software/ace-kb2zjr
date: Sprint 1
shortDescr: A smooth and accessible chess experience for EVERYONE!
deployed: https://ace-chess.herokuapp.com/
github: https://github.com/MLH-Fellowship/ACE
featured: yes

- name: PoseMan
members: Alex, Mayra, Sachin
pageLink: https://devpost.com/software/poseman
date: Sprint 1
shortDescr: You're one stop to a fun stretch in between coding sessions!
deployed: https://poseman.netlify.app/
github: https://github.com/sachsom95/PoseMan
featured: yes
5 changes: 3 additions & 2 deletions _includes/featured_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ <h2 class="text-center text-white mt-3 mb-3">MegaMinds at Work</h2>
<div class=" col-12 col-md-8 col-lg-3">
<div class="card h-80 mb-4">
<div class="card-header">
<h5 class="card-title m-0 p-0 text-secondary">{{item.name}}</h5>
<h5 class="card-title m-0 p-0 text-secondary"><a href="{{item.pageLink}}">{{item.name}}</a></h5>
</div>
<div class="card-body text-left">
<p class="card-text">Members: {{ item.members }}</p>
<p class="card-text">{{ item.shortDescr }}</p>
<span class="font-lead-base font-weight-bold text-muted">{{item.date | date_to_string}}</span>
<span class="font-lead-base font-weight-bold text-muted">{{item.date}}</span>
</div>
<div class="card-footer">
<a href="{{ item.github}}" class="btn"><img src="https://raw.githubusercontent.com/ksdkamesh99/swift-megaminds-portfolio/master/assets/img/icons/github.png" alt=""></a>
Expand Down