Skip to content
Merged
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
77 changes: 2 additions & 75 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,77 +1,4 @@
# Personal Portfolio 🔥
> https://rajaprerak.github.io/
> https://vkhuy.github.io

:star: Star me on GitHub — it helps!

[![Maintenance](https://img.shields.io/badge/maintained-yes-green.svg)](https://github.com/rajaprerak/rajaprerak.github.io/commits/master)
[![Website shields.io](https://img.shields.io/badge/website-up-yellow)](http://rajaprerak.github.io/)
[![Ask Me Anything !](https://img.shields.io/badge/ask%20me-linkedin-1abc9c.svg)](https://www.linkedin.com/in/rajaprerak/)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

### Website Preview
#### Home Page
<img src="website_images/HomePage.gif" width="900">


#### About Page
<img src="website_images/AboutPage.png" width="900">


#### Projects Page
<img src="website_images/ProjectPage.png" width="900">



:star: Star me on GitHub — it helps!

## Features 📋
⚡️ Fully Responsive\
⚡️ Valid HTML5 & CSS3\
⚡️ Typing animation using `Typed.js`\
⚡️ Easy to modify

## Installation & Deployment 📦
- Clone the repository and modify the content of <b>index.html</b>
- Add or remove images from `assets/img/` directory as per your requirement.
- Update the info of `projects` folder according to your need
- Use [Github Pages](https://create-react-app.dev/docs/deployment/#github-pages) to create your own website.
- To deploy your website, first you need to create github repository with name `<your-github-username>.github.io` and push the generated code to the `master` branch.

## Sections 📚
✔️ About\
✔️ Interests\
✔️ Education\
✔️ Online Certification\
✔️ Experience\
✔️ Projects \
✔️ Skills \
✔️ Resume\
✔️ Contact Info



## Tools Used 🛠️
* <b>GitHub Pages</b> - To host my static website (HTML, CSS, JS).

## Contributing 💡
#### Step 1

- **Option 1**
- 🍴 Fork this repo!

- **Option 2**
- 👯 Clone this repo to your local machine.


#### Step 2

- **Build your code** 🔨🔨🔨

#### Step 3

- 🔃 Create a new pull request.

## License
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**
**This is everything about my career path!!!**
Binary file removed assets/img/certification/dai.jpg
Binary file not shown.
Binary file removed assets/img/certification/ucsd.jpg
Binary file not shown.
Binary file removed assets/img/education/ASU.jpg
Binary file not shown.
Binary file removed assets/img/education/au.png
Binary file not shown.
Binary file added assets/img/education/hcmus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/profile.jpeg
Binary file not shown.
Binary file added assets/img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/project/blog.jpg
Binary file not shown.
Binary file removed assets/img/project/gan.jpg
Binary file not shown.
Binary file added assets/img/project/geseq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/project/gpa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/project/iras.jpeg
Binary file not shown.
Binary file added assets/img/project/micro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/project/ml.jpg
Binary file not shown.
Binary file removed assets/img/project/musicplayer.jpg
Binary file not shown.
Binary file added assets/img/project/nfmonitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/project/recommender.jpg
Binary file not shown.
Binary file removed assets/img/project/resume.jpg
Binary file not shown.
Binary file removed assets/img/project/todo.jpg
Binary file not shown.
Binary file removed assets/img/project/twitteranalysis.jpg
Binary file not shown.
Binary file removed assets/img/project/vdg.jpg
Binary file not shown.
Binary file removed favicon.png
Binary file not shown.
355 changes: 87 additions & 268 deletions index.html

Large diffs are not rendered by default.

Binary file added meme_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 0 additions & 85 deletions projects/blog.html

This file was deleted.

84 changes: 0 additions & 84 deletions projects/gan.html

This file was deleted.

11 changes: 5 additions & 6 deletions projects/resume.html → projects/geseq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>Resume Section Classifier</title>
<title>Video Description Generator</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">

Expand Down Expand Up @@ -43,15 +43,15 @@

<div class="col-lg-12 portfolio-info">
<br>
<h2 style="color:#12d640">Resume Section Classifier</h2>
<h2 style="color:#12d640">Automation Geseq Annotion</h2>

<ul>
<li><strong>Tech Stack</strong>: Python, scikit-learn, numpy, pandas</li>
<li><strong>Github URL</strong>: <a href="https://github.com/rajaprerak/ResumeSectionClassifier" target="_blank">Project Link</a></li>
<li><strong>Tech Stack</strong>: Selenium, Python, Singularity</li>
<li><strong>Github URL</strong>: <a href="https://github.com/vkhuy/geseq-selenium" target="_blank">Project Link</a></li>
</ul>

<p>
Given the Resume of a person, detect the section words such as experience, skills, projects, etc. Implemented different machine learning algorithms to get the desired output.
Built a Python script and Singularity container with Selenium that can helps automate annotate with chloroplast
</p>
</div>

Expand Down Expand Up @@ -79,4 +79,3 @@ <h2 style="color:#12d640">Resume Section Classifier</h2>

</body>
</html>

17 changes: 6 additions & 11 deletions projects/musicplayer.html → projects/gpa.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>Movie Recommender</title>
<title>Image Generator</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">

Expand Down Expand Up @@ -43,19 +43,14 @@

<div class="col-lg-12 portfolio-info">
<br>
<h2 style="color:#12d640">Music Streaming Website</h2>
<h2 style="color:#12d640">GPABookmarklet</h2>
<ul>
<li><strong>Tech Stack</strong>: Django, HTML, CSS, Bootstrap, AWS S3, Heroku</li>
<li><strong>Website URL</strong>: <a href="https://galvanic-music.herokuapp.com/" target="_blank">Link</a></li>
<li><strong>Github URL</strong>: <a href="https://github.com/rajaprerak/MusicPlayer" target="_blank">Project Link</a></li>
<li><strong>Github URL</strong>: <a href="https://github.com/dtrung98/GPABookmarklet/blob/master/Changelog.md" target="_blank">Project Link</a></li>
</ul>

<p>
Django based music streaming website.
</p>
<p>
User can register/login to the web app, play song, view detailed information of song, search song based on filters such as language and singers, create playlist, add/remove songs to/from playlist, add/remove songs to/from favourites, explore recently played songs.
</p>
<p>
Found a bug and fixing it with the owner's repo
</p>
</div>

</div>
Expand Down
10 changes: 6 additions & 4 deletions projects/vdg.html → projects/micro.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>Video Description Generator</title>
<title>Microbial genome Analysis</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">

Expand Down Expand Up @@ -43,14 +43,15 @@

<div class="col-lg-12 portfolio-info">
<br>
<h2 style="color:#12d640">Video Description Generator</h2>
<h2 style="color:#12d640">Microbial genome Analysis</h2>

<ul>
<li><strong>Tech Stack</strong>: Tensorflow, NLTK, Keras, Python, Opencv</li>
<li><strong>Tech Stack</strong>: Bash, Conda, fastp, Filtlong, FastQC, Trycycler, Medaka, Polypolish, Kraken2, Prokka</li>
<li><strong>Github URL</strong>: <a href="https://github.com/vkhuy/Mini_Project" target="_blank">Project Link</a></li>
</ul>

<p>
Project aims at generating a description of a given video. The steps include Object detection in video frames using Convolutional Neural Network followed by generating text for each frame using a recurrent neural network and thereby generating tags with the help of natural language processing.
This is a bioinformatics analysis for microbial genome assembly, annotation and taxonomic classification. The pipeline is able to assemble short reads and long reads (hybrid assembly).
</p>
</div>

Expand Down Expand Up @@ -78,3 +79,4 @@ <h2 style="color:#12d640">Video Description Generator</h2>

</body>
</html>

Loading