Skip to content

πŸ”₯ A Fullstack Face Detection Webapp πŸ”

Notifications You must be signed in to change notification settings

hardikchopra242/Detectsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

63 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

image

Detectsy

A Face Detection web app

πŸ’» Building locally

# Clone the repo
git clone https://github.com/hardikchopra242/Detectsy.git
cd Detectsy

# Install dependencies
npm install

# Start development server
npm start

πŸš€ Building for production

# Clone the repo
git clone https://github.com/hardikchopra242/Detectsy.git
cd Detectsy

# Install dependencies
npm install

# Build
npm build

πŸ“‚ What's inside?

See what's inside the src folder

src
β”œβ”€β”€ App.js
β”œβ”€β”€ App.test.js
β”œβ”€β”€ components
β”‚   β”œβ”€β”€ FaceRecognition
β”‚   β”‚   β”œβ”€β”€ FaceRecognition.jsx
β”‚   β”‚   └── FaceRecognition.style.js
β”‚   β”œβ”€β”€ Footer
β”‚   β”‚   β”œβ”€β”€ Footer.jsx
β”‚   β”‚   └── Footer.style.js
β”‚   β”œβ”€β”€ Home
β”‚   β”‚   β”œβ”€β”€ Home.jsx
β”‚   β”‚   └── Home.style.js
β”‚   β”œβ”€β”€ Howto
β”‚   β”‚   β”œβ”€β”€ Howto.jsx
β”‚   β”‚   └── HowTo.style.js
β”‚   β”œβ”€β”€ ImageLinkForm
β”‚   β”‚   β”œβ”€β”€ ImageLinkForm.jsx
β”‚   β”‚   └── ImageLinkForm.style.js
β”‚   β”œβ”€β”€ ImageSearchPage
β”‚   β”‚   β”œβ”€β”€ ImageSearchPage.jsx
β”‚   β”‚   └── ImageSearchPage.style.js
β”‚   β”œβ”€β”€ MainSection
β”‚   β”‚   β”œβ”€β”€ MainSection.jsx
β”‚   β”‚   └── MainSection.style.js
β”‚   β”œβ”€β”€ Navigation
β”‚   β”‚   β”œβ”€β”€ Navigation.jsx
β”‚   β”‚   └── Navigation.style.js
β”‚   β”œβ”€β”€ Register
β”‚   β”‚   └── Register.jsx
β”‚   └── Signin
β”‚       β”œβ”€β”€ Signin.jsx
β”‚       └── Signin.style.js
β”œβ”€β”€ images
β”‚   β”œβ”€β”€ animated.svg
β”‚   β”œβ”€β”€ favicon.png
β”‚   β”œβ”€β”€ sample.png
β”‚   β”œβ”€β”€ search.svg
β”‚   β”œβ”€β”€ signin.svg
β”‚   └── sprinkle.svg
β”œβ”€β”€ index.js
β”œβ”€β”€ registerServiceWorker.js
└── styles
    β”œβ”€β”€ global.style.js
    └── theme.config.js

πŸ”‘ Contribute

  • If you want to suggest some other feature, please open an issue here.
  • If you noticed some typos or a need to fix syntax, don't hesitate to make a pull request.
  • You can find existing issues here, if you can fix them, go for it!

Releases

No releases published

Packages

No packages published