This app is simple project in field of Deepfake detection mock built by Next JS
To run locally, firstly install npm packages:
npm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- NextJS 14
- TypeScript
- Tailwind CSS
- NextUI
- Framer Motion
- React-Toastify
- React-Dropzone
- Landing Page
- Signup (Mock)
- Login
- Log Out
- File drop
- File Validation
- File processing
- Real Time Analyzing
- Background Analyzing
- Light/Dark themes
For this project i have used basic design, rather preferred to make accent on functionality of the website
P.S: Gonna refactor messy VideoDropzone and FrameExtractor components soon...