Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiefunkdai/facerecognitionnextjs
Quickly and easily get started with machine learning technology that enables identifying and verifying individuals by analyzing and comparing patterns in their facial features.
https://github.com/wiefunkdai/facerecognitionnextjs
face-detection face-recognition machine-learning nextjs reactjs
Last synced: about 1 month ago
JSON representation
Quickly and easily get started with machine learning technology that enables identifying and verifying individuals by analyzing and comparing patterns in their facial features.
- Host: GitHub
- URL: https://github.com/wiefunkdai/facerecognitionnextjs
- Owner: wiefunkdai
- License: bsd-3-clause
- Created: 2024-03-20T16:50:08.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-21T07:12:27.000Z (11 months ago)
- Last Synced: 2024-11-05T16:19:32.305Z (3 months ago)
- Topics: face-detection, face-recognition, machine-learning, nextjs, reactjs
- Language: TypeScript
- Homepage: https://stephanusdai.web.id
- Size: 8.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Face Recognition Next-JS
Quickly and easily get started with machine learning technology that enables identifying and verifying individuals by analyzing and comparing patterns in their facial features.
View Screenshot
·
Report Bug
·
Request Feature
·
Provide Feedback
·
Ask QuestionLove the project? Please consider donating or give :star: to help it improve!
Copyright © ID 2024 Stephanus Bagus Saputra (www.stephanusdai.web.id)
All rights reserved.***
# Preview Screenshot
# Download Source with Clone repository
The first step, you have to download the file into your computer's local directory with [Clone a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
Clone from GitHub to local project:
```sh
# Using HTTPS
git clone https://github.com/wiefunkdai/FaceRecognitionNextJS.git# Using SSH
git clone [email protected]:wiefunkdai/FaceRecognitionNextJS.git
```# Install Packages with NPM NodeJS
Then, go to your local folder from downloaded Git.
```sh
cd FaceRecognitionNextJS
```The preferred way to install this extension is through [nodejs](https://nodejs.org/en/download) for [npm](https://npmjs.com/).
Either run
```
npm install
```If error install, try with update packages
```
npm uninstall
npm install
```# Run Local Server and Application
The final stage is running the local server
```
npm run dev
```And then show at your browser with secure protocol address
```
https://localhost:3000
```Open [https://localhost:3000](https://localhost:3000) with your browser to see the result.
# Support the project
I open-source almost everything I can and try to reply to everyone needing help using these projects. Obviously, this takes time. You can use this service for free.
If you are using this project and are happy with it or just want to encourage me to continue creating stuff, there are a few ways you can do it:
- Giving proper credit on the GitHub Sponsors page. [![Static Badge](https://img.shields.io/badge/%20Sponsor%20-gray.svg?colorA=EAEAEA&colorB=EAEAEA&style=fat&logo=githubsponsors&logoColor=EA4AAA)](https://github.com/sponsors/wiefunkdai)
- Starring and sharing the project :star:
- You can make one-time donations via PayPal. I'll probably buy a coffee :coffee: or tea :tea: or cake :cake:
[![paypal.me/wiefunkdai](https://img.shields.io/badge/%20Donate%20Now%20-gray.svg?colorA=2C5364&colorB=0F2027&style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.me/wiefunkdai)
- It’s also possible to support mine financially by becoming a backer or sponsor through
[![opencollective.com/wiefunkdai](https://img.shields.io/badge/%20Donate%20Now%20-gray.svg?colorA=355C7D&colorB=2980B9&style=for-the-badge&logo=opencollective&logoColor=white)](https://www.opencollective.com/wiefunkdai)However, I am available for hire. You can also give me career opportunities to help your business in developing the software you need. Please contact me at:
[![[email protected]](https://img.shields.io/badge/%20Send%20Mail%20-gray.svg?colorA=EA4335&colorB=93291E&style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
[![t.me/wiefunkdai](https://img.shields.io/badge/%20Telegram%20-gray.svg?colorA=2C5364&colorB=0083B0&style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/wiefunkdai)
[![linkedin.com/in/wiefunkdai](https://img.shields.io/badge/%20LinkedIn%20-gray.svg?colorA=005AA7&colorB=004e92&style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/wiefunkdai)## :pray: Thanks for your contribute and support! :heart_eyes: :heart:
> Any Questions & Other Supports? see [Support](https://github.com/wiefunkdai/.github/blob/master/SUPPORT.md) please.
| Author | Description |
| :---: | :--- |
| [
@wiefunkdai](https://github.com/wiefunkdai) |• Name : Stephanus Bagus Saputra ( 戴 Dai 偉 Wie 峯 Funk )
• Email : [[email protected]](mailto:[email protected])
• Link : [https://stephanusdai.web.id](https://stephanusdai.web.id)[![](https://img.shields.io/badge/wiefunkdai-30363D?style=for-the-badge&logo=github&logoColor=#white)](https://github.com/wiefunkdai)
|***
Visit Website
·
Global Issues
·
Global Discussions
·
Global Wiki
Copyright © ID 2024 by Stephanus Bagus Saputra (www.stephanusdai.web.id)
All rights reserved.