Emmanuel’s Portfolio Website
A modern, responsive portfolio website built with Next.js 15, React 19, and Framer Motion. Showcasing my projects, skills, and professional experience in AI/ML and full-stack development.
🚀 Features
- Modern Design: Clean, responsive design with smooth animations
- Interactive Sections: Hero, Skills, Projects, and Contact pages
- AI/ML Projects: Showcase of machine learning and deep learning projects
- Contact Form: Integrated email functionality with Formspree
- Smooth Animations: Powered by Framer Motion
- Mobile Responsive: Optimized for all device sizes
🛠️ Technologies Used
- Frontend: Next.js 15, React 19, TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Contact: Formspree integration
- Deployment: Ready for Vercel/Netlify
📁 Project Structure
src/
├── app/
│ ├── page.tsx # Home page with Hero section
│ ├── skills/page.tsx # Skills showcase
│ ├── projects/page.tsx # Portfolio projects
│ ├── contact/page.tsx # Contact form
│ └── api/ # API routes
├── components/ # Reusable components
└── styles/ # Global styles
🚀 Getting Started
- Clone the repository
git clone https://github.com/akinsanmiojo/MyPortfolioWebsite.git
cd MyPortfolioWebsite
- Install dependencies
- Run the development server
- Open your browser
Navigate to http://localhost:3000
📋 Available Scripts
npm run dev
- Start development server
npm run build
- Build for production
npm run start
- Start production server
npm run lint
- Run ESLint
🌟 Featured Projects
- AI Human Detection: Traditional ML pipeline with SVM, AdaBoost, and Decision Trees
- Deep Learning AI Human Detection: Advanced neural networks using RNN, CNN, and LSTM
- Braze: Multi-LLM collaboration platform
- Scalier: AI co-pilot for startup scaling
- FinanceBuilder: Personal finance management app
- Gold Price Prediction: ML analysis and forecasting
Built with ❤️ using Next.js and React