Spaces:
Sleeping
Sleeping
Update index.html
Browse files- templates/index.html +14 -14
templates/index.html
CHANGED
|
@@ -174,64 +174,64 @@
|
|
| 174 |
|
| 175 |
|
| 176 |
<!-- ========== Tech Stack & AI Models ========== -->
|
| 177 |
-
<section id="tech" class="py-20">
|
| 178 |
<div class="max-w-7xl mx-auto px-6">
|
| 179 |
<div class="text-center mb-12">
|
| 180 |
<h2 class="text-3xl font-bold text-gray-800">Tech Stack & AI Models</h2>
|
| 181 |
<p class="mt-2 text-gray-600 text-sm">
|
| 182 |
The key Technologies and AI models that power this chatbot
|
| 183 |
</p>
|
| 184 |
-
</div>
|
| 185 |
|
| 186 |
<!-- Python and Flask -->
|
| 187 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 188 |
<div
|
| 189 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 190 |
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968350.png" alt="Python Flask"
|
| 191 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 192 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">Python & Flask</h3>
|
| 193 |
<p class="text-sm text-gray-600">Handles backend, file uploads & AI Responses.</p>
|
| 194 |
-
</div>
|
| 195 |
|
| 196 |
<!-- LangChain -->
|
| 197 |
-
<div
|
| 198 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 199 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751439498/download_wabh02.png" alt="LangChain"
|
| 200 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 201 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">LangChain</h3>
|
| 202 |
<p class="text-sm text-gray-600">LangChain manages PDF processing & LLM calls.</p>
|
| 203 |
-
</div>
|
| 204 |
|
| 205 |
<!-- Embeddings -->
|
| 206 |
-
<div
|
| 207 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 208 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="MiniLM Embeddings"
|
| 209 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 210 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">Embedding Model: all-MiniLM-L6-v2 </h3>
|
| 211 |
<p class="text-sm text-gray-600">Converts Text into Numerical Vectors.</p>
|
| 212 |
-
</div>
|
| 213 |
|
| 214 |
<!-- FAISS -->
|
| 215 |
-
<div
|
| 216 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 217 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751439632/download_so6va6.png" alt="FAISS"
|
| 218 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 219 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">FAISS Vector Store</h3>
|
| 220 |
<p class="text-sm text-gray-600">Enables Fast Similarity Search of vectors in PDFs.</p>
|
| 221 |
-
</div>
|
| 222 |
|
| 223 |
|
| 224 |
<!-- LLM -->
|
| 225 |
-
<div
|
| 226 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 227 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751520819/download_cbh1yx.jpg" alt="Mixtral LLM"
|
| 228 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 229 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">LLM: llama-3.1-8b-instant</h3>
|
| 230 |
<p class="text-sm text-gray-600">Generates correct answers from extracted PDF chunks.</p>
|
| 231 |
-
</div>
|
| 232 |
|
| 233 |
<!-- Tailwind CSS -->
|
| 234 |
-
<div
|
| 235 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 236 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751439818/download_qgtwpn.png"
|
| 237 |
alt="Tailwind CSS" class="mx-auto h-20 mb-4 object-contain" />
|
|
@@ -240,7 +240,7 @@
|
|
| 240 |
</div>
|
| 241 |
</div>
|
| 242 |
</div>
|
| 243 |
-
</section>
|
| 244 |
<!-- </main> -->
|
| 245 |
</div>
|
| 246 |
|
|
|
|
| 174 |
|
| 175 |
|
| 176 |
<!-- ========== Tech Stack & AI Models ========== -->
|
| 177 |
+
<!-- <section id="tech" class="py-20">
|
| 178 |
<div class="max-w-7xl mx-auto px-6">
|
| 179 |
<div class="text-center mb-12">
|
| 180 |
<h2 class="text-3xl font-bold text-gray-800">Tech Stack & AI Models</h2>
|
| 181 |
<p class="mt-2 text-gray-600 text-sm">
|
| 182 |
The key Technologies and AI models that power this chatbot
|
| 183 |
</p>
|
| 184 |
+
</div> -->
|
| 185 |
|
| 186 |
<!-- Python and Flask -->
|
| 187 |
+
<!-- <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 188 |
<div
|
| 189 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 190 |
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968350.png" alt="Python Flask"
|
| 191 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 192 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">Python & Flask</h3>
|
| 193 |
<p class="text-sm text-gray-600">Handles backend, file uploads & AI Responses.</p>
|
| 194 |
+
</div> -->
|
| 195 |
|
| 196 |
<!-- LangChain -->
|
| 197 |
+
<!-- <div
|
| 198 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 199 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751439498/download_wabh02.png" alt="LangChain"
|
| 200 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 201 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">LangChain</h3>
|
| 202 |
<p class="text-sm text-gray-600">LangChain manages PDF processing & LLM calls.</p>
|
| 203 |
+
</div> -->
|
| 204 |
|
| 205 |
<!-- Embeddings -->
|
| 206 |
+
<!-- <div
|
| 207 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 208 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="MiniLM Embeddings"
|
| 209 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 210 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">Embedding Model: all-MiniLM-L6-v2 </h3>
|
| 211 |
<p class="text-sm text-gray-600">Converts Text into Numerical Vectors.</p>
|
| 212 |
+
</div> -->
|
| 213 |
|
| 214 |
<!-- FAISS -->
|
| 215 |
+
<!-- <div
|
| 216 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 217 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751439632/download_so6va6.png" alt="FAISS"
|
| 218 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 219 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">FAISS Vector Store</h3>
|
| 220 |
<p class="text-sm text-gray-600">Enables Fast Similarity Search of vectors in PDFs.</p>
|
| 221 |
+
</div> -->
|
| 222 |
|
| 223 |
|
| 224 |
<!-- LLM -->
|
| 225 |
+
<!-- <div
|
| 226 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 227 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751520819/download_cbh1yx.jpg" alt="Mixtral LLM"
|
| 228 |
class="mx-auto h-20 mb-4 object-contain" />
|
| 229 |
<h3 class="text-xl font-semibold text-gray-800 mb-2">LLM: llama-3.1-8b-instant</h3>
|
| 230 |
<p class="text-sm text-gray-600">Generates correct answers from extracted PDF chunks.</p>
|
| 231 |
+
</div> -->
|
| 232 |
|
| 233 |
<!-- Tailwind CSS -->
|
| 234 |
+
<!-- <div
|
| 235 |
class="bg-white/80 backdrop-blur-md border border-gray-200 rounded-xl p-6 shadow-lg text-center transition hover:shadow-xl">
|
| 236 |
<img src="https://res.cloudinary.com/dekujzz4s/image/upload/v1751439818/download_qgtwpn.png"
|
| 237 |
alt="Tailwind CSS" class="mx-auto h-20 mb-4 object-contain" />
|
|
|
|
| 240 |
</div>
|
| 241 |
</div>
|
| 242 |
</div>
|
| 243 |
+
</section> -->
|
| 244 |
<!-- </main> -->
|
| 245 |
</div>
|
| 246 |
|