GIF_Video_Generation_for_README.mp4
Live demonstration of the Soul Foods Strategic Decision Engine
"Not just a portfolio. An intelligent system."
Varsh.AI is a full-stack, AI-integrated portfolio platform designed to showcase advanced engineering skills through a futuristic lens. Unlike static resume sites, this project features a live Neural Terminal powered by the Llama 3.3 (70B) model running on Groq LPU hardware, capable of real-time code debugging, ELI5 explanations, and conversational interactions.
Hosted on Render Cloud (Singapore Region)
- Theme: Cyberpunk / High-Tech Industrial.
- Palette:
Neon Blue (#00E6FF),Warning Red (#FF003C),Void Black (#0a0a0a). - UX Dynamics: Glass-morphism, holographic tilt effects, typewriter telemetry, and fluid mobile responsiveness.
This project allows no compromise on performance. It bridges a modern frontend with a high-performance Python backend.
| Component | Technology | Description |
|---|---|---|
| Backend Core | FastAPI (Python) | High-performance async web framework handling API routing and logic. |
| Frontend UI | HTML5 + Tailwind | Utility-first CSS for rapid, responsive, and cinematic UI design. |
| Templating | Jinja2 | Server-side rendering for dynamic content and modular architecture. |
| Intelligence | Groq + Llama 3.3 | The world's fastest inference engine running Meta's 70B parameter model. |
| Deployment | Render | Continuous Deployment (CI/CD) directly from GitHub. |
A fully functional command-line interface (CLI) in the browser.
- Tech: Uses
fetch()to send async JSON payloads to the/chatendpoint. - Modes:
Explain: Simplifies complex CS concepts (ELI5).Debug: Analyzes code snippets and suggests fixes.General: Chat about my resume and skills.
- Latency: Sub-second responses via Groq LPUs.
- Features a responsive "Typewriter" effect cycling through roles (
AI ENGINEER,DATA SCIENTIST). - Mobile Optimized: Text scales dynamically from
text-4xlon phones totext-8xlon desktops.
- A "gamified" contact form styled as a secure uplink.
- Uses strict Pydantic validation on the backend to ensure data integrity.
Portfolio-Website/
βββ app/
β βββ main.py # β‘ The Brain: FastAPI app & Groq Integration
β βββ static/ # π¨ CSS, Images, PDF Resume
β β βββ css/
β β βββ style.css
β βββ templates/ # π§© Jinja2 HTML Templates
β βββ base.html # Master layout (Navbar/Footer)
β βββ index.html # Homepage (Hero/Skills)
β βββ playground.html # AI Terminal Interface
β βββ projects.html # Project Showcase
βββ requirements.txt # π¦ Dependencies
βββ runtime.txt # π Python Version for Render
βββ README.md # π Documentation
Here is a Premium, 10/10 README.md file tailored specifically for your project. It is structured to look professional on GitHub, matching the "High-Tech/Cyberpunk" aesthetic of your website.
You can copy and paste this directly into your README.md file.
Markdown
# β‘ Varsh.AI | Next-Gen Intelligent Portfolio





> **"Not just a portfolio. An intelligent system."**
**Varsh.AI** is a full-stack, AI-integrated portfolio platform designed to showcase advanced engineering skills through a futuristic lens. Unlike static resume sites, this project features a live **Neural Terminal** powered by the **Llama 3.3 (70B)** model running on **Groq LPU hardware**, capable of real-time code debugging, ELI5 explanations, and conversational interactions.
---
## π Live Deployment
### [π Launch System (Visit Site)](https://varsh-v-portfolio.onrender.com)
*Hosted on Render Cloud (Singapore Region)*
---
## π¨ Core Identity & Visuals
* **Theme:** Cyberpunk / High-Tech Industrial.
* **Palette:** `Neon Blue (#00E6FF)`, `Warning Red (#FF003C)`, `Void Black (#0a0a0a)`.
* **UX Dynamics:** Glass-morphism, holographic tilt effects, typewriter telemetry, and fluid mobile responsiveness.
---
## π οΈ The Tech Stack (Arsenal)
This project allows no compromise on performance. It bridges a modern frontend with a high-performance Python backend.
| Component | Technology | Description |
| :--- | :--- | :--- |
| **Backend Core** | **FastAPI (Python)** | High-performance async web framework handling API routing and logic. |
| **Frontend UI** | **HTML5 + Tailwind** | Utility-first CSS for rapid, responsive, and cinematic UI design. |
| **Templating** | **Jinja2** | Server-side rendering for dynamic content and modular architecture. |
| **Intelligence** | **Groq + Llama 3.3** | The world's fastest inference engine running Meta's 70B parameter model. |
| **Deployment** | **Render** | Continuous Deployment (CI/CD) directly from GitHub. |
---
## π§ Key Features
### 1. π€ The AI Playground (Neural Terminal)
A fully functional command-line interface (CLI) in the browser.
* **Tech:** Uses `fetch()` to send async JSON payloads to the `/chat` endpoint.
* **Modes:**
* `Explain`: Simplifies complex CS concepts (ELI5).
* `Debug`: Analyzes code snippets and suggests fixes.
* `General`: Chat about my resume and skills.
* **Latency:** Sub-second responses via Groq LPUs.
### 2. β‘ Dynamic Hero Section
* Features a responsive "Typewriter" effect cycling through roles (`AI ENGINEER`, `DATA SCIENTIST`).
* **Mobile Optimized:** Text scales dynamically from `text-4xl` on phones to `text-8xl` on desktops.
### 3. π‘οΈ Contact Terminal
* A "gamified" contact form styled as a secure uplink.
* Uses strict Pydantic validation on the backend to ensure data integrity.
---
## π Project Structure
```bash
Portfolio-Website/
βββ app/
β βββ main.py # β‘ The Brain: FastAPI app & Groq Integration
β βββ static/ # π¨ CSS, Images, PDF Resume
β β βββ css/
β β βββ style.css
β βββ templates/ # π§© Jinja2 HTML Templates
β βββ base.html # Master layout (Navbar/Footer)
β βββ index.html # Homepage (Hero/Skills)
β βββ playground.html # AI Terminal Interface
β βββ projects.html # Project Showcase
βββ requirements.txt # π¦ Dependencies
βββ runtime.txt # π Python Version for Render
βββ README.md # π Documentation
βοΈ Local Installation
Want to run this system on your local machine?
git clone [https://github.com/VarshVishwakarma/Portfolio-Website.git](https://github.com/VarshVishwakarma/Portfolio-Website.git)
cd Portfolio-Website
2. Initialize Environment
# Create virtual environment
python -m venv venv
# Activate (Windows)
venv\Scripts\activate
# Activate (Mac/Linux)
source venv/bin/activate
3. Install Dependencies
pip install -r requirements.txt
Here is a Premium, 10/10 README.md file tailored specifically for your project. It is structured to look professional on GitHub, matching the "High-Tech/Cyberpunk" aesthetic of your website.
You can copy and paste this directly into your README.md file.
Markdown
# β‘ Varsh.AI | Next-Gen Intelligent Portfolio





> **"Not just a portfolio. An intelligent system."**
**Varsh.AI** is a full-stack, AI-integrated portfolio platform designed to showcase advanced engineering skills through a futuristic lens. Unlike static resume sites, this project features a live **Neural Terminal** powered by the **Llama 3.3 (70B)** model running on **Groq LPU hardware**, capable of real-time code debugging, ELI5 explanations, and conversational interactions.
---
## π Live Deployment
### [π Launch System (Visit Site)](https://varsh-v-portfolio.onrender.com)
*Hosted on Render Cloud (Singapore Region)*
---
## π¨ Core Identity & Visuals
* **Theme:** Cyberpunk / High-Tech Industrial.
* **Palette:** `Neon Blue (#00E6FF)`, `Warning Red (#FF003C)`, `Void Black (#0a0a0a)`.
* **UX Dynamics:** Glass-morphism, holographic tilt effects, typewriter telemetry, and fluid mobile responsiveness.
---
## π οΈ The Tech Stack (Arsenal)
This project allows no compromise on performance. It bridges a modern frontend with a high-performance Python backend.
| Component | Technology | Description |
| :--- | :--- | :--- |
| **Backend Core** | **FastAPI (Python)** | High-performance async web framework handling API routing and logic. |
| **Frontend UI** | **HTML5 + Tailwind** | Utility-first CSS for rapid, responsive, and cinematic UI design. |
| **Templating** | **Jinja2** | Server-side rendering for dynamic content and modular architecture. |
| **Intelligence** | **Groq + Llama 3.3** | The world's fastest inference engine running Meta's 70B parameter model. |
| **Deployment** | **Render** | Continuous Deployment (CI/CD) directly from GitHub. |
---
## π§ Key Features
### 1. π€ The AI Playground (Neural Terminal)
A fully functional command-line interface (CLI) in the browser.
* **Tech:** Uses `fetch()` to send async JSON payloads to the `/chat` endpoint.
* **Modes:**
* `Explain`: Simplifies complex CS concepts (ELI5).
* `Debug`: Analyzes code snippets and suggests fixes.
* `General`: Chat about my resume and skills.
* **Latency:** Sub-second responses via Groq LPUs.
### 2. β‘ Dynamic Hero Section
* Features a responsive "Typewriter" effect cycling through roles (`AI ENGINEER`, `DATA SCIENTIST`).
* **Mobile Optimized:** Text scales dynamically from `text-4xl` on phones to `text-8xl` on desktops.
### 3. π‘οΈ Contact Terminal
* A "gamified" contact form styled as a secure uplink.
* Uses strict Pydantic validation on the backend to ensure data integrity.
---
## π Project Structure
```bash
Portfolio-Website/
βββ app/
β βββ main.py # β‘ The Brain: FastAPI app & Groq Integration
β βββ static/ # π¨ CSS, Images, PDF Resume
β β βββ css/
β β βββ style.css
β βββ templates/ # π§© Jinja2 HTML Templates
β βββ base.html # Master layout (Navbar/Footer)
β βββ index.html # Homepage (Hero/Skills)
β βββ playground.html # AI Terminal Interface
β βββ projects.html # Project Showcase
βββ requirements.txt # π¦ Dependencies
βββ runtime.txt # π Python Version for Render
βββ README.md # π Documentation
βοΈ Local Installation
Want to run this system on your local machine?
1. Clone the Repository
Bash
git clone [https://github.com/VarshVishwakarma/Portfolio-Website.git](https://github.com/VarshVishwakarma/Portfolio-Website.git)
cd Portfolio-Website
2. Initialize Environment
Bash
# Create virtual environment
python -m venv venv
# Activate (Windows)
venv\Scripts\activate
# Activate (Mac/Linux)
source venv/bin/activate
3. Install Dependencies
Bash
pip install -r requirements.txt
4. Configure API Keys
Create a .env file in the root directory and add your Groq Cloud API Key:
GROQ_API_KEY=gsk_your_api_key_here
5. Launch System
uvicorn app.main:app --reload
Access the uplink at: http://127.0.0.1:8000
π Achievements & Integrations
TCS CodeVita S13: Global Rank 1573 (Round 2 Qualifier).
IBM SkillsBuild: Integrated badge & verified internship credentials.
J.P. Morgan: Virtual Software Engineering experience simulation.
π¬ Contact Uplink
Operator: Varsh Vishwakarma
Location: Bhopal, India
Role: Aspiring AI Engineer / BCA Student
Email: varshv2007@gmail.com
"The best way to predict the future is to invent it."
Β© 2025 Varsh.AI | All Systems Operational
π§βπ» Author
Varsh Vishwakarma
AI β’ ML β’ DL β’ Data Science β’ Cloud β’ Full-Stack ML Developer
Building scalable intelligent systems that solve real business problems.