Skip to content

Commit

Permalink
added project file input
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperea20 committed Nov 3, 2024
1 parent b29738a commit f982a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function Projects() {
return (
<div className='my-projects'>
<h2 className='my-project-subtiitle' id="Projects">Projects <h6>More than 150 projects in github</h6></h2>
<CardProject url="https://react-file-input-component.vercel.app/" title="React File Input Component" text="React File Input Component in which you can Drag and drop files or select files and you can see a visualization of files like photos, pdf, .docx and .xlsx. 2024 "/>
<CardProject url="https://minimum-temperature-melbourne.vercel.app/" title="Minimum Temperature Predictions since 1991 in Melbourne" text="Nextjs Minimum Temperature Predictions since 1991 in Melbourne with dataset Daily Minimum Temperatures in Melbourne. 2024 "/>
<CardProject url="https://clasification-x-ray-pneumonia.vercel.app/" title="Clasification XRAY Pneumonia" text="Nextjs Classification of chest x-ray images with pneumonia and normal using the kaggle dataset Chest X-Ray Images (Pneumonia), converting to .h5 model to tensorflowjs that is .json and .bin 2024 "/>
<CardProject url="https://qr-scanner-online.vercel.app/" title="Qr Scanner" text="Qr Scanner where you can scan with the camera (change camera) and be redirected to the scanned url and shown the url. Or you can also select the file or drag the file and be redirected to the scanned url and shown the url. 2024 "/>
Expand Down

0 comments on commit f982a11

Please sign in to comment.