This project is an AI-powered portfolio where recruiters can interact with a chatbot assistant to explore my skills, projects, and journey.
Instead of scrolling through static pages, they can ask questions and receive context-aware responses.
- Node.js
- Docker (Optional)
- SMZI Backend
- Clone the repository
git clone https://github.com/SebMZI/ai-portfolio.git
cd ai-portfolio- Install dependencies
npm install- Set environment variables
Create a
.envfile in the root directory:
NEXT_PUBLIC_BACKEND_URL=http://localhost:3001- Run the project
npm start- Or run with Docker
docker-compose up --build
-
💬 Interactive chatbot for recruiters
-
📂 Showcase of projects & skills
-
⚡ Built with Next.js & Docker
-
🎨 Modern, clean UI
-
[] Add title animation
-
[] Add animations on social links
-
[] Improve chatbot memory/context
