Skip to content

Commit

Permalink
more than 150 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperea20 committed Aug 15, 2024
1 parent b1400f0 commit faf1d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./projects.css";
function Projects() {
return (
<div className='my-projects'>
<h2 className='my-project-subtiitle' id="Projects">Projects <h6>More than 140 projects in github</h6></h2>
<h2 className='my-project-subtiitle' id="Projects">Projects <h6>More than 150 projects in github</h6></h2>
<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 faf1d54

Please sign in to comment.