forked from drkostas/drkostas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
88 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
[ | ||
{ | ||
{ | ||
"id": 1, | ||
"name": "LLM Prompt Recovery", | ||
"image": "https://github.com/jjia1/image-hosting/blob/main/sddefault.jpg?raw=true", | ||
"description": "Finding what prompt fed into Gemma-7B gives a specific output with T5 similarity", | ||
"tags": ["Python", "PyTorch", "LLMs", "LLAMA", "NLP", "Deep Learning"], | ||
"source_code": "https://github.com/jjia1/llmpromptrecovery_kaggle.git" | ||
}, | ||
"name": "AI-MARRVEL", | ||
"image": "https://raw.githubusercontent.com/LiuzLab/AI_MARRVEL/main/docs/images/logo.v1.png", | ||
"description": "Detection of Pathogenic Variants in Rare Disease", | ||
"tags": ["MLOps", "Deep Learning"], | ||
"source_code": "https://github.com/LiuzLab/AI_MARRVEL" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "MentorMatcher", | ||
"image": "https://bradsol.com/wp-content/uploads/2024/04/image-1-RAG-e1713883898899.jpg", | ||
"description": "Matching of mentors and students using LLMs and RAG", | ||
"tags": ["RAG", "LLM", "GPT", "Deep Learning", "MLOPs"], | ||
"source_code": "https://github.com/LiuzLab/tch-mentormatching" | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "DeepHTLV", | ||
"image": "https://github.com/jjia1/image-hosting/blob/main/deephtlv_model.png?raw=true", | ||
"description": "A Deep Learning Model for Detecting and Elucidating HTLV-1 Viral Integration Sites in Whole Genome Sequencing Data.", | ||
"tags": ["Tensorflow", "CNN", "Attention", "Deep Learning", "HTLV"], | ||
"source_code": "https://github.com/jjia1/DeepHTLV-1" | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "LLM Prompt Recovery", | ||
"image": "https://github.com/jjia1/image-hosting/blob/main/sddefault.jpg?raw=true", | ||
"description": "Finding what prompt fed into Gemma-7B gives a specific output with T5 similarity", | ||
"tags": ["Python", "PyTorch", "LLMs", "LLAMA", "NLP", "Deep Learning"], | ||
"source_code": "https://github.com/jjia1/llmpromptrecovery_kaggle.git" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
[ | ||
{ | ||
{ | ||
"id": 1, | ||
"name": "scAuto", | ||
"image" : "https://www.embopress.org/cms/10.15252/msb.20188746/asset/1bd082a4-169f-4878-9161-5cab859d983c/assets/graphic/msb188746-fig-0002-m.png", | ||
"description": "Automatic QC and Analysis Pipeline for Single-Cell Omics Data", | ||
"tags": ["R", "Python", "Omics", "Single Cell", "Data Pipelines", "Next Flow"], | ||
"source_code": "https://github.com/LiuzLab/scAuto" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Viral Epitope Prediction", | ||
"image": "https://www.mdpi.com/viruses/viruses-15-01186/article_deploy/html/images/viruses-15-01186-g001.png", | ||
"description": "A deep learning model for predicting viral epitope binding with MHC I and II", | ||
"tags": ["Python", "Tensorflow", "MHC", "Epitope", "Bioinformatics", "Deep Learning"], | ||
"source_code": "https://github.com/jjia1/viralepitope.git" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters