jhparmar commited on
Commit
2a6d865
·
verified ·
1 Parent(s): 4c72ff8

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +81 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Prepresent
3
- emoji: 🦀
4
- colorFrom: yellow
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: prepresent
3
+ emoji: 🐳
4
+ colorFrom: red
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,81 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>PresentPrep - Smart Presentation Testing Platform</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
12
+ }
13
+ .slide-preview {
14
+ transition: all 0.3s ease;
15
+ }
16
+ .slide-preview:hover {
17
+ transform: translateY(-5px);
18
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
19
+ }
20
+ .progress-ring__circle {
21
+ transition: stroke-dashoffset 0.35s;
22
+ transform: rotate(-90deg);
23
+ transform-origin: 50% 50%;
24
+ }
25
+ .feedback-item {
26
+ transition: all 0.2s ease;
27
+ }
28
+ .feedback-item:hover {
29
+ transform: scale(1.02);
30
+ }
31
+ .avatar-pulse {
32
+ animation: pulse 2s infinite;
33
+ }
34
+ @keyframes pulse {
35
+ 0% {
36
+ transform: scale(1);
37
+ opacity: 1;
38
+ }
39
+ 50% {
40
+ transform: scale(1.05);
41
+ opacity: 0.8;
42
+ }
43
+ 100% {
44
+ transform: scale(1);
45
+ opacity: 1;
46
+ }
47
+ }
48
+ </style>
49
+ </head>
50
+ <body class="font-sans bg-gray-50">
51
+ <!-- Navigation -->
52
+ <nav class="gradient-bg text-white shadow-lg">
53
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
54
+ <div class="flex items-center space-x-2">
55
+ <i class="fas fa-chalkboard-teacher text-2xl"></i>
56
+ <span class="text-xl font-bold">PresentPrep</span>
57
+ </div>
58
+ <div class="hidden md:flex space-x-6">
59
+ <a href="#" class="hover:text-gray-200 font-medium">Features</a>
60
+ <a href="#" class="hover:text-gray-200 font-medium">Pricing</a>
61
+ <a href="#" class="hover:text-gray-200 font-medium">Resources</a>
62
+ <a href="#" class="hover:text-gray-200 font-medium">About</a>
63
+ </div>
64
+ <div class="flex items-center space-x-4">
65
+ <button class="px-4 py-2 rounded-full bg-white text-purple-700 font-semibold hover:bg-gray-100 transition">Sign In</button>
66
+ <button class="md:hidden text-xl">
67
+ <i class="fas fa-bars"></i>
68
+ </button>
69
+ </div>
70
+ </div>
71
+ </nav>
72
+
73
+ <!-- Hero Section -->
74
+ <section class="gradient-bg text-white py-16">
75
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
76
+ <div class="md:w-1/2 mb-10 md:mb-0">
77
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Master Your Presentations with AI Feedback</h1>
78
+ <p class="text-xl mb-8 opacity-90">Practice, analyze, and perfect your presentations before the big day with our smart testing platform.</p>
79
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
80
+ <button class="px-8 py-3 bg-white text-purple-700 rounded-full font-semib
81
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Great — here’s a detailed explanation and idea breakdown for the Presentation Test Platform: --- Project Name (Example): PresentPrep Problem Statement: People often struggle with: Going over or under time in presentations. Weak narrative flow or logic gaps. Low engagement (monotone delivery, unclear visuals). Limited or no audience to practice with. --- Solution: A Smart Presentation Testing Platform PresentPrep helps users practice, analyze, and improve their presentations before going live. It uses AI and feedback loops to evaluate timing, delivery, structure, and engagement levels. --- Key Features: 1. Timing Analyzer: Tracks time spent per slide and provides feedback. Suggests pacing improvements. 2. Speech & Tone Analysis (AI): Detects filler words, monotone delivery, and speech clarity. Gives vocal delivery feedback (speed, tone, pauses). 3. Logic & Flow Check: AI reviews structure for logical flow (intro → body → conclusion). Flags disjointed ideas or unclear transitions. 4. Engagement Simulator: Simulated audience (AI or avatars) reacts with eye tracking, attention span, emotion prediction. Option to send to real users for peer feedback. 5. Slide Quality Review: Checks readability, font sizes, clutter, contrast. Suggests visual improvements. 6. Practice Mode with Recording: Record practice runs and compare with previous ones. Share with mentors for asynchronous reviews. 7. Real-Time Feedback via Mobile: Practice on your phone and get live cues (e.g., "Slow down", "Repeat that"). --- Target Users: Students (college projects, thesis defenses) Corporate professionals Sales & marketing teams Public speakers & trainers Startup founders (pitch decks) --- Revenue Model: Freemium model: Free basic practice and timer. Paid for AI analysis, audience simulation, and premium templates. Enterprise plans for schools and corporates. Integrations with Zoom, Google Slides, PowerPoint. --- Would you like a wireframe, MVP architecture, or pitch deck template for this idea? With use typescript