🔍 AI Content Detection Tool - Deteksi konten yang dibuat oleh AI dengan akurasi tinggi
🌐 https://firdausmntp.github.io/deranadeteksi/
- 📄 PDF Text Extraction - Extract teks dari file PDF
- 🤖 AI Detection - Deteksi konten AI vs Human
- 📊 Analysis Results - Probabilitas dan confidence score
- 🎨 Modern UI - Interface yang clean dan responsive
- ⚡ Fast Processing - Analisis cepat dan real-time
- Frontend: React 18 + Vite
- Styling: Tailwind CSS + Framer Motion
- PDF Processing: PDF.js
- HTTP Client: Axios
- Deployment: GitHub Pages + GitHub Actions
# Clone repository
git clone https://github.com/firdausmntp/deranadeteksi.git
cd deranadeteksi
# Install dependencies
npm install
# Start development server
npm run dev# Build project
npm run build
# Preview build
npm run preview
# Deploy to GitHub Pages
npm run deployDeranaDeteksi/
├── src/
│ ├── components/
│ │ ├── Navbar.jsx
│ │ ├── common/
│ │ └── DeranaDeteksi/
│ ├── hooks/
│ ├── utils/
│ └── main.jsx
├── public/
├── .github/workflows/
└── package.json
Project ini menggunakan GitHub Actions untuk otomasi CI/CD:
- 🧪 Test: Otomatis test di setiap PR
- 🚀 Deploy: Auto-deploy ke GitHub Pages saat push ke main
- 📦 Release: Create release saat push tag
Lihat DEPLOYMENT.md untuk detail lengkap.
- Fork repository
- Create feature branch (
git checkout -b feature/AmazingFeature) - Commit changes (
git commit -m 'Add AmazingFeature') - Push to branch (
git push origin feature/AmazingFeature) - Open Pull Request
Distributed under the MIT License. See LICENSE for more information.
Firdaus Satrio Utomo
- GitHub: @firdausmntp
- Project: DeranaDeteksi