Skip to content

Commit

Permalink
Adding the projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek committed Mar 2, 2024
1 parent 5760bb0 commit a7cd7ca
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 47 deletions.
Binary file added src/Assets/Projects/amazon.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 src/Assets/Projects/blog.png
Binary file not shown.
Binary file removed src/Assets/Projects/chatify.png
Binary file not shown.
Binary file added src/Assets/Projects/django-profile-api.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 src/Assets/Projects/django-real-estate.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 src/Assets/Projects/emotion.png
Binary file not shown.
Binary file removed src/Assets/Projects/leaf.png
Binary file not shown.
Binary file removed src/Assets/Projects/suicide.png
Binary file not shown.
66 changes: 19 additions & 47 deletions src/components/Projects/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import React from "react";
import { Container, Row, Col } from "react-bootstrap";
import ProjectCard from "./ProjectCards";
import Particle from "../Particle";
import leaf from "../../Assets/Projects/leaf.png";
import emotion from "../../Assets/Projects/emotion.png";
import editor from "../../Assets/Projects/codeEditor.png";
import chatify from "../../Assets/Projects/chatify.png";
import suicide from "../../Assets/Projects/suicide.png";
import bitsOfCode from "../../Assets/Projects/blog.png";
import djangoRealEstate from "../../Assets/Projects/django-real-estate.png";
import amazon from "../../Assets/Projects/amazon.png";
import djangoProfileApi from "../../Assets/Projects/django-profile-api.png";

function Projects() {
return (
Expand All @@ -23,70 +20,45 @@ function Projects() {
<Row style={{ justifyContent: "center", paddingBottom: "10px" }}>
<Col md={4} className="project-card">
<ProjectCard
imgPath={chatify}
imgPath={djangoRealEstate}
isBlog={false}
title="Chatify"
description="Personal Chat Room or Workspace to share resources and hangout with friends build with react.js, Material-UI, and Firebase. Have features which allows user for realtime messaging, image sharing as well as supports reactions on messages."
ghLink="https://github.com/soumyajit4419/Chatify"
demoLink="https://chatify-49.web.app/"
title="Django Real estate"
description="A project with python django used templating to create a admin panned and a website to search for the real estate properties with login features."
ghLink="https://github.com/abhishekdhs/Real_Estate-Python-Django"
/>
</Col>

<Col md={4} className="project-card">
<ProjectCard
imgPath={bitsOfCode}
imgPath={amazon}
isBlog={false}
title="Bits-0f-C0de"
description="My personal blog page build with Next.js and Tailwind Css which takes the content from makdown files and renders it using Next.js. Supports dark mode and easy to write blogs using markdown."
ghLink="https://github.com/soumyajit4419/Bits-0f-C0de"
demoLink="https://blogs.soumya-jit.tech/"
title="Amazon react Clone"
description="CLone of amazon home page using react js with well structured componenets and reusable code."
ghLink="https://github.com/abhishekdhs/amazon-clone-django-react"
/>
</Col>

<Col md={4} className="project-card">
<ProjectCard
imgPath={editor}
imgPath={djangoProfileApi}
isBlog={false}
title="Editor.io"
description="Online code and markdown editor build with react.js. Online Editor which supports html, css, and js code with instant view of website. Online markdown editor for building README file which supports GFM, Custom Html tags with toolbar and instant preview.Both the editor supports auto save of work using Local Storage"
ghLink="https://github.com/soumyajit4419/Editor.io"
demoLink="https://editor.soumya-jit.tech/"
title="Django Custom Profile Api"
description="A custom profile API built for django that can be used to customize the login methods with email and passwords and much more."
ghLink="https://github.com/abhishekdhs/profiles-rest-api"
/>
</Col>

<Col md={4} className="project-card">
{/* <Col md={4} className="project-card">
<ProjectCard
imgPath={leaf}
isBlog={false}
title="Plant AI"
description="Used the plant disease dataset from Kaggle and trained a image classifer model using 'PyTorch' framework using CNN and Transfer Learning with 38 classes of various plant leaves. The model was successfully able to detect diseased and healthy leaves of 14 unique plants. I was able to achieve an accuracy of 98% by using Resnet34 pretrained model."
ghLink="https://github.com/soumyajit4419/Plant_AI"
demoLink="https://plant49-ai.herokuapp.com/"
ghLink=""
demoLink=""
/>
</Col>
</Col> */}

<Col md={4} className="project-card">
<ProjectCard
imgPath={suicide}
isBlog={false}
title="Ai For Social Good"
description="Using 'Natural Launguage Processing' for the detection of suicide-related posts and user's suicide ideation in cyberspace and thus helping in sucide prevention."
ghLink="https://github.com/soumyajit4419/AI_For_Social_Good"
// demoLink="https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley" <--------Please include a demo link here
/>
</Col>

<Col md={4} className="project-card">
<ProjectCard
imgPath={emotion}
isBlog={false}
title="Face Recognition and Emotion Detection"
description="Trained a CNN classifier using 'FER-2013 dataset' with Keras and tensorflow backened. The classifier sucessfully predicted the various types of emotions of human. And the highest accuracy obtained with the model was 60.1%.
Then used Open-CV to detect the face in an image and then pass the face to the classifer to predict the emotion of a person."
ghLink="https://github.com/soumyajit4419/Face_And_Emotion_Detection"
// demoLink="https://blogs.soumya-jit.tech/" <--------Please include a demo link here
/>
</Col>
</Row>
</Container>
</Container>
Expand Down

0 comments on commit a7cd7ca

Please sign in to comment.