akshit-sharma-cli
Version:
Personal CLI tool showcasing Akshit Sharma's AI/ML engineering profile
362 lines (284 loc) โข 13.6 kB
Markdown
# akshit-sharma-cli ๐ค
**Enhanced AI-Powered CLI Tool** that transforms your terminal into an intelligent, interactive assistant for **Akshit Sharma**.
## โจ What Makes This Special?
- **๐ค AI-Powered Conversations:** Real-time chat with enhanced integrations
- **๐ผ LinkedIn Integration:** Live professional profile analysis
- **๐ GitHub Analysis:** Dynamic repository insights and code analysis
- **๐ฏ Job Fit Analysis:** Smart job matching with compatibility scoring
- **๐ฑ Contact Generation:** Personalized outreach templates
- **๐ Multi-Platform Support:** Web scraping and API integrations
- **๐ Secure Configuration:** Environment-based URL management
## โก Quick Start
### Enhanced AI Chat Mode
```
npx akshit-sharma-cli --chatbot
```
### Traditional Profile Commands
```
npx akshit-sharma-cli --info # Complete profile overview
```
> No global install required. Powered by Google's Gemma AI model.
## ๐ฆ Installation
### Global Installation (Recommended)
```
npm install -g akshit-sharma-cli
```
### Run Anywhere
```
akshit-sharma-cli --chatbot # Start AI chat
akshit-sharma-cli --info # Quick profile view
```
## ๐ ๏ธ Available Modes
### ๐ค **AI Chat Mode** (--chatbot)
Interactive conversational AI with enhanced capabilities:
| Feature | Description | Example Commands |
|---------|-------------|------------------|
| **LinkedIn Integration** | Real-time professional profile analysis | "Show me Akshit's LinkedIn updates" |
| **GitHub Analysis** | Repository insights & code review | "Analyze Akshit's GitHub projects" |
| **Job Fit Analysis** | Smart job matching with scoring | "Analyze this job: [URL]" |
| **Contact Generation** | Personalized outreach templates | "Help me write an email to Akshit" |
| **Resume Processing** | Comprehensive CV analysis | "What's in Akshit's resume?" |
| **Web Integration** | Latest blog posts & updates | "Show recent blog posts" |
### ๐ **Traditional Commands**
| Command | What it shows |
|---------|---------------|
| `--chatbot` | **AI-powered interactive chat** |
| `--info` | Complete profile overview |
| `--skills` | Technical skills & expertise |
| `--projects` | Key projects & achievements |
| `--experience` | Professional experience & internships |
| `--contact` | Contact information |
| `--help` | Full command reference |
## ๐ง Configuration
### Environment Setup
Create a `.env` file in your project root:
```
# Required: Backend API endpoint
AKSHIT_CHATBOT_PROXY_URL=https://your-backend.vercel.app/api/chat
# Optional: Fallback URLs
CHATBOT_PROXY_URL=https://your-backend.vercel.app/api/chat
VERCEL_URL=https://your-backend.vercel.app
API_BASE_URL=https://your-backend.vercel.app
```
### GitHub Actions/Secrets
For production deployment, add repository secrets:
- `AKSHIT_CHATBOT_PROXY_URL`: Your backend API endpoint
- `GEMINI_API_KEY`: Google Gemini API key
- `GITHUB_TOKEN`: GitHub API access token
## ๐ก Enhanced Usage Examples
### ๐ค AI Chat Interactions
```
# Start the AI chat
npx akshit-sharma-cli --chatbot
# Example conversations:
> "Tell me about Akshit's latest projects"
> "Analyze this job posting: https://linkedin.com/jobs/view/123"
> "Help me contact Akshit for collaboration"
> "What programming languages does Akshit know?"
> "Show me his GitHub repositories"
```
### ๐ Quick Profile Access
```
# Traditional command usage
npx akshit-sharma-cli --projects # View key projects
npx akshit-sharma-cli --experience # Professional background
npx akshit-sharma-cli --contact # Contact information
```
## ๐ Enhanced Project Portfolio
| Project | Tech Stack | AI Features | Impact |
|---------|------------|-------------|---------|
| **OpenStack Cloud Manager** | Python ยท OpenStack SDK ยท Gemini AI ยท Flask | Natural language infrastructure management | 87% intent accuracy ยท 300ms response time |
| **SignEase ASL Platform** | TensorFlow ยท MediaPipe ยท WebRTC ยท React | Real-time gesture recognition & translation | 89% accuracy ยท 64% latency reduction |
| **Universal Website Chatbot** | Llama 3.1 ยท Python ยท Flask ยท MongoDB | Fine-tuned conversational AI | 90% accuracy ยท Deployed on 4+ sites |
| **Enhanced CLI Assistant** | Gemma 2 ยท Node.js ยท GitHub API ยท Vercel | Multi-platform AI integration | Real-time data processing |
## ๐ผ Professional Experience
| Role | Company | Period | AI/ML Achievements |
|------|---------|--------|-------------------|
| **ML Intern** | CodSoft | Aug-Sep 2024 | โข Movie recommendation: **92% accuracy**<br>โข Fraud detection: **95% accuracy**<br>โข Reduced false positives by **15%** |
| **ML Intern** | Cantilever.in | Jul-Aug 2024 | โข BERT sentiment analysis: **88% accuracy**<br>โข Fraud detection recall: **+10% improvement**<br>โข Distributed training optimization |
## ๐ง Technical Expertise
### **AI/ML Stack**
- **Frameworks:** TensorFlow, PyTorch, Hugging Face Transformers
- **Models:** BERT, Llama 3.1, Gemma 2, GPT variants
- **Specialties:** Computer Vision, NLP, RAG, Fine-tuning
### **Programming Languages**
- **Expert:** Python (Advanced), SQL
- **Proficient:** C/C++, Java, JavaScript, TypeScript
### **Cloud & DevOps**
- **Platforms:** Google Cloud Platform, AWS, Vercel
- **Technologies:** OpenStack SDK, Docker, Kubernetes
- **APIs:** GitHub API, LinkedIn scraping, REST services
### **Development Tools**
- **Version Control:** Git, GitHub Actions
- **Databases:** MongoDB, PostgreSQL, Redis
- **Frontend:** React, Node.js, CLI development
## ๐ Recent Achievements
- ๐ฅ **Winner** โ AceCloud X RTDS Hackathon '25 (AI Innovation Category)
- ๐ **Academic Excellence** โ 8.96/10 CGPA in AI & Data Science
- ๐ **Multiple High-Accuracy Models** โ 89-95% accuracy across projects
- ๐ง **Open Source Contributions** โ CLI tools with 500+ downloads
## ๐๏ธ Architecture Overview
```
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ CLI Frontend โโโโโโ Vercel Backend โโโโโโ Gemini AI โ
โ (Node.js) โ โ (Serverless) โ โ (Google) โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ โ โ
โโ Environment Config โโ API Routing โโ Text Generation
โโ User Interface โโ Data Processing โโ Intent Detection
โโ Action Detection โโ External APIs โโ Response Formatting
โโ Response Formatting โโ Security Layer
โ
โโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโ
โ โ โ
โโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ
โ GitHub API โ โ LinkedIn Data โ โ Job APIs โ
โ Integration โ โ Processing โ โ Analysis โ
โโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ
```
## ๐ Development Roadmap
### ๐ **Current Phase** (v1.5)
- โ
AI-powered conversational interface
- โ
Multi-platform integrations (LinkedIn, GitHub)
- โ
Secure environment configuration
- โ
Real-time data processing
### ๐ **Next Phase** (v2.0)
- [ ] **Voice Integration** โ Speech-to-text conversations
- [ ] **Advanced Analytics** โ Performance metrics dashboard
- [ ] **Custom Training** โ User-specific model fine-tuning
- [ ] **Mobile App** โ Cross-platform mobile companion
- [ ] **Docker Support** โ Containerized deployment options
### ๐ฎ **Future Vision** (v3.0)
- [ ] **Multi-language Support** โ International accessibility
- [ ] **Plugin System** โ Extensible third-party integrations
- [ ] **Advanced Scraping** โ Real-time social media monitoring
- [ ] **Team Collaboration** โ Multi-user workspace features
## ๐ค Contributing
We welcome contributions to enhance the AI capabilities and integrations!
### **Setup Development Environment**
```
# Clone the repository
git clone https://github.com/akshit7093/akshit-sharma-cli.git
cd akshit-sharma-cli
# Install dependencies
npm install
# Setup environment variables
cp .env.example .env
# Edit .env with your API keys
# Start development
npm run dev
```
### **Contribution Guidelines**
1. **Fork & Clone** โจ
2. **Create Feature Branch:** `git checkout -b feat/amazing-ai-feature`
3. **Follow Code Standards:** ESLint + Prettier configured
4. **Add Tests:** Ensure AI responses are tested
5. **Update Documentation:** Include usage examples
6. **Submit PR:** Detailed description of AI enhancements
### **Testing AI Features**
```
# Test basic functionality
npm test
# Test AI integrations (requires API keys)
npm run test:ai
# Test CLI commands
npm run test:cli
```
## ๐ Continuous Deployment
### **Automated Publishing**
The package auto-publishes to npm on GitHub releases with enhanced CI/CD:
```
name: ๐ Enhanced Deployment Pipeline
on:
release:
types: [published]
jobs:
test-ai-features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run test:ai
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish-npm:
needs: test-ai-features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
deploy-backend:
needs: test-ai-features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
```
### **Backend Deployment**
The AI backend is automatically deployed to Vercel with:
- Environment variable management
- Serverless function optimization
- API rate limiting and security
- Real-time monitoring and logging
## ๐ Security & Privacy
### **Data Protection**
- โ
**No Hardcoded URLs** โ All endpoints via environment variables
- โ
**API Key Security** โ Secure token management
- โ
**Request Validation** โ Input sanitization and validation
- โ
**Rate Limiting** โ API abuse prevention
- โ
**Error Handling** โ No sensitive data in error messages
### **Privacy Compliance**
- ๐ **No Personal Data Storage** โ Conversations are not logged
- ๐ **Minimal Data Collection** โ Only necessary for functionality
- ๐ **Transparent Processing** โ Clear data usage policies
- ๐ **User Control** โ Easy opt-out mechanisms
## ๐ซ Connect with Akshit
### **Professional Networks**
- ๐ง **Email:** [akshitsharma7096@gmail.com](mailto:akshitsharma7096@gmail.com)
- ๐ผ **LinkedIn:** [linkedin.com/in/akshitsharma](https://linkedin.com/in/akshitsharma)
- ๐ **GitHub:** [github.com/akshit7093](https://github.com/akshit7093)
### **Coding Platforms**
- โก **LeetCode:** [leetcode.com/akshitsharma](https://leetcode.com/akshitsharma)
- ๐ **CodeForces:** [codeforces.com/profile/akshitsharma](https://codeforces.com/profile/akshitsharma)
### **AI/ML Collaborations**
๐ก **Open to collaborations in:**
- Machine Learning research projects
- AI-powered application development
- Open source contributions
- Hackathons and competitions
- Technical mentorship opportunities
## ๐ Project Statistics




## ๐ License
Released under the **MIT License**. See [LICENSE](./LICENSE) for details.
## ๐ Acknowledgments
- **Google Gemini AI** โ Powering intelligent conversations
- **Vercel** โ Serverless backend hosting
- **GitHub Actions** โ Automated CI/CD pipeline
- **Node.js Community** โ Excellent CLI development tools
- **Open Source Contributors** โ Making this project better
<div align="center">
**Made with โค๏ธ, ๐ค AI, and โ by [Akshit Sharma](https://github.com/akshit7093)**
*"Transforming traditional rรฉsumรฉs into intelligent, interactive experiences"*
[](https://buymeacoffee.com/akshitsharma)
[](https://github.com/akshit7093/akshit-sharma-cli)
</div>