Connect with me on these platforms:
| Platform | Link |
|---|---|
| πΌ LinkedIn | https://www.linkedin.com/in/divesh-saini-4bb673379/ |
| π GitHub | https://github.com/dive0-bit |
| π§ Email | devs62715@gmail.com |
Quick Access:
Connect with me:
- πΌ LinkedIn: https://www.linkedin.com/in/divesh-saini-4bb673379/
- π GitHub: https://github.com/dive0-bit
- π§ Email: devs62715@gmail.com
Quick Links: LinkedIn | GitHub | Email
Recent MCA Graduate with 6 months specialized AI/ML Training from Excellence Technology. Passionate about building intelligent systems and solving real-world problems with machine learning. Proficient in Python, TensorFlow, and data analysis. Eager to contribute to innovative projects and grow as an ML Engineer.
- π Education: MCA from Shobhit University (CGPA: 7.32), BCA from Krishna Institute of Technology
- π§ Currently Learning: Deep Learning, NLP, System Design
- π‘ Interests: Machine Learning, Data Science, Backend Development, Cloud Computing
- π― Goal: Secure a role as ML Engineer and contribute to cutting-edge AI solutions
Classification model to detect spam emails using machine learning
- Live Demo: https://dive0-bit-spam-email-prediction-app-gqkzch.streamlit.app/
- GitHub Repository: https://github.com/dive0-bit/Spam_Email_Prediction
- Quick Links: π Live Demo | π GitHub Repo
Key Features:
- β TF-IDF Vectorization for text processing
- β Multiple classification algorithms tested
- β High precision and recall metrics
- β Interactive Streamlit web interface
- β Real-time prediction capability
Personalized book recommendation engine using collaborative & content-based filtering
- Live Demo: https://dive0-bit-book-recommender-system-streamlit-app-heldw8.streamlit.app/
- GitHub Repository: https://github.com/dive0-bit/Book_Recommender_System
- Quick Links: π Live Demo | π GitHub Repo
Key Features:
- β Collaborative filtering algorithm
- β Content-based recommendations
- β Similarity metrics implementation
- β User-friendly Streamlit interface
- β Personalized suggestions based on user preferences
Full-stack web application for organizing and managing files
- GitHub Repository: https://github.com/dive0-bit
- Quick Link: π GitHub Repo
Key Features:
- β React frontend with responsive UI
- β Django REST API backend
- β File upload and organization
- β Database management
- β User authentication
Real-time messaging application with Django Channels
- GitHub Repository: https://github.com/dive0-bit
- Quick Link: π GitHub Repo
Key Features:
- β Real-time message transmission
- β Django Channels WebSocket support
- β User authentication system
- β Message persistence
- β Deployed on Render
| Certification | Issuer | Date |
|---|---|---|
| AI/ML Industrial Training | Excellence Technology (120-hour ISO-certified) | Apr 2026 |
| Data Science with AI | Internshala | Apr 2026 |
| Python Programmer | HackerRank | Verified |
| 100+ DSA Problems Solved | LeetCode/HackerRank | Ongoing |
2021-2024 β Bachelor of Computer Applications (BCA)
β
Apr-Aug 2024 β Master of Computer Applications (MCA)
β
Apr-Jun 2026 β AI/ML Industrial Training (Excellence Technology)
β
Jun 2026- β ML Engineer | Software Developer (Actively Seeking)
from sklearn.pipeline import Pipeline
from sklearn.preprocessing import StandardScaler
from sklearn.ensemble import RandomForestClassifier
# Build ML Pipeline
pipeline = Pipeline([
('scaler', StandardScaler()),
('classifier', RandomForestClassifier())
])
pipeline.fit(X_train, y_train)
accuracy = pipeline.score(X_test, y_test)
print(f"Model Accuracy: {accuracy:.2%}")- π Entry-Level ML Engineer Roles (Fresher-friendly companies)
- π Location Flexible (Open to remote opportunities)
- π Growth-Oriented Teams (Places where I can learn and grow)
- π‘ Challenging Projects (Real-world ML applications)
Feel free to reach out! I'm always open to collaborations, feedback, and exciting opportunities.
- Email: devs62715@gmail.com
- LinkedIn: https://www.linkedin.com/in/divesh-saini-4bb673379/
- GitHub: https://github.com/dive0-bit
Quick Links: π§ Email | πΌ LinkedIn | π GitHub
- π― Solved 100+ Data Structures & Algorithms problems
- π Passionate about Machine Learning and Data Science
- π§ Love building end-to-end ML solutions
- πͺ Strong foundation in DSA and OOP
- π± Continuously learning and improving my craft
Made with β€οΈ by Divesh Saini
Last Updated: 2026-09-18 | Profile Views: GitHub Profile