"무λ μ, λΉμ μ μΈμ΄κ° μμ μ΄ λλ€."
PitchMateλ λ°ν μ€λΉμ μμλΆν° 리νμ€κΉμ§ μ± μμ§λ All-in-One AI νλ μ ν μ΄μ μ½μΉ μ루μ μ λλ€.
λ°νμλ£ μμ½ β λλ³Έ μμ± β μ€μ 리νμ€ β μ¬μ νκ°κΉμ§
λ°νμ μ λ°μ μΈ κ³Όμ μ νλμ μν¬νλ‘μ°λ‘ ν΅ν©ν AI κΈ°λ° λ°ν μ€λΉ λꡬμ λλ€.
| Feature | Description | Preview |
|---|---|---|
| π Cinematic Landing | μλ€λ§ν± λ€ν¬ UI κΈ°λ° λλ© νμ΄μ§ μλΉμ€ νλ¦(Prep β Script β Live)μ μ§κ΄μ μΌλ‘ μλ΄ |
ui.mp4 |
| π§ Prep Flow | PDF λ°ν μλ£λ₯Ό λΆμνμ¬ μλ‘ βλ³Έλ‘ βκ²°λ‘ κ΅¬μ‘°λ‘ μ¬κ΅¬μ± λ° μμ½ |
default.mp4 |
| βοΈ Prep Script | μ²μ€Β·μ€νμΌ κΈ°λ° AI λ°ν λλ³Έ μμ± μΉμ λ³ μκ°Β·νΒ·μμ μ§λ¬Έ ν¬ν¨ |
default.mp4 |
| π΄ Live Mode | μμ± μΈμ κΈ°λ° μ€μ 리νμ€ λͺ¨λ ν€μλ νΈλνΉ + νμ΄λ¨Έ + ν둬νν° |
default.mp4 |
| π Prep Eval | κ³΅κ³ Β·νκ°κΈ°μ€ κΈ°λ° AI λͺ¨μ μ¬μ¬ μ μΒ·λ±κΈΒ·κ°μ νΌλλ°± μ 곡 |
ai.mp4 |
- Frontend: React 18, TypeScript
- Styling: Tailwind CSS (Custom Animations, Glassmorphism effects)
- AI Model: Google Gemini API (
gemini-3-flash-preview) - Utilities:
pdfjs-dist: PDF ν μ€νΈ μΆμΆ@google/genai: Gemini SDK
- Node.js installed
- Google Gemini API Key
-
Clone the repository
git clone https://github.com/IBM2026-Team6/fronted.git
-
Install dependencies
npm install
-
Environment Setup Create a
.envfile in the root directory:API_KEY=your_google_gemini_api_key_here
-
Run the application
npm run dev
/
βββ components/
β βββ Home.tsx # Landing page with animations & testimonials
β βββ Navbar.tsx # Responsive navigation
β βββ PrepFlow.tsx # Logic analysis structure
β βββ PrepScript.tsx # Script generation & download
β βββ PrepEval.tsx # Based AI, Mock Evaluation
β βββ LiveMode.tsx # Rehearsal dashboard
βββ services/
β βββ geminiService.ts # Google GenAI integration logic
β βββ backendService.ts # Fast API(Backend) integration logic
βββ utils/
β βββ pdfHelper.ts # PDF parsing utility
βββ types.ts # TypeScript interfaces
βββ App.tsx # Main router/layout
βββ index.tsx # Entry point
- PPT Link: https://www.canva.com/design/DAG-YFYljqE/kZmxoRisqGe9q0Xl0XRvbA/view?utm_content=DA[β¦]hare&utm_medium=link2&utm_source=uniquelinks&utlId=h61b4189256
- Notion Link: https://www.notion.so/2e19761f2ffc8105a46edf86f01d3278?pvs=13
- Girhub Link: https://github.com/IBM2026-Team6
This project is created for the IBM 2026 Hackathon. Copyright Β© 2026 PitchMate Team.
