Commit
·
ab70365
1
Parent(s):
7bcc87a
done
Browse files- data/admission_predictor_model.pkl +0 -3
- data/knowledge_base.json +0 -295
data/admission_predictor_model.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ce3b362f3e71df83333977efb040610f5cdcf915d33e0a07c2d9a7894e8c6f3e
|
3 |
-
size 1718
|
|
|
|
|
|
|
|
data/knowledge_base.json
DELETED
@@ -1,295 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"personal_details": {
|
3 |
-
"full_name": "Manyue Javvadi",
|
4 |
-
"current_location": "Canada",
|
5 |
-
"nationality": "Indian",
|
6 |
-
"professional_summary": "I'm Manyue Javvadi, a Machine Learning enthusiast passionate about creating projects that push the limits of innovation. Guided by the belief that 'Imagination is more powerful than knowledge,' as Albert Einstein once said, I strive to develop solutions that enhance human potential, not replace it. Explore the ideas and creations that aren't just part of the present—they're shaping a future where technology and humanity thrive together.",
|
7 |
-
"online_presence": {
|
8 |
-
"personal_website": "https://manyuejavvadi.netlify.app/",
|
9 |
-
"linkedin": "https://www.linkedin.com/in/manyue-javvadi-datascientist/",
|
10 |
-
"portfolio": "https://manyue-datascientist-portfolio.streamlit.app/",
|
11 |
-
"blog_posts": [
|
12 |
-
{
|
13 |
-
"title": "The Questions That Kept Me Up All Night: My Sleepless Struggle to Understand NLP",
|
14 |
-
"focus": "Deep dive into Natural Language Processing challenges and insights"
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"title": "Are We Headed Toward the Next Threat, Bigger Than a Nuclear Bomb?",
|
18 |
-
"focus": "Analysis of AI safety and ethical considerations"
|
19 |
-
},
|
20 |
-
{
|
21 |
-
"title": "How KNN Works: A Simple Explanation of Nearest Neighbors",
|
22 |
-
"link":"https://knn-algorithm-explained-by-manyue-javvadi.hashnode.dev/how-knn-works-a-simple-explanation-of-nearest-neighbors",
|
23 |
-
"focus": "Educational content breaking down ML algorithms"
|
24 |
-
}
|
25 |
-
]
|
26 |
-
},
|
27 |
-
"career_transition": {
|
28 |
-
"key_decision": "Transitioned from Java development at Cognizant to pursue ML/AI dream in Canada",
|
29 |
-
"motivation": "Combining technical expertise with innovation and commerce skills in ML/AI field",
|
30 |
-
"current_focus": "Building practical ML solutions while advancing education in Canada"
|
31 |
-
}
|
32 |
-
},
|
33 |
-
"education": {
|
34 |
-
"postgraduate": [
|
35 |
-
{
|
36 |
-
"course_name": "Big Data Analytics",
|
37 |
-
"institution": "Georgian College",
|
38 |
-
"graduation_year": "2024",
|
39 |
-
"gpa": "8.3/10",
|
40 |
-
"achievements": ["Dean's List Honoree"],
|
41 |
-
"key_courses": [
|
42 |
-
"Advanced Machine Learning",
|
43 |
-
"Big Data Processing",
|
44 |
-
"Statistical Analysis",
|
45 |
-
"Data Visualization"
|
46 |
-
]
|
47 |
-
},
|
48 |
-
{
|
49 |
-
"course_name": "Applied AI Solutions Development Program",
|
50 |
-
"institution": "George Brown College",
|
51 |
-
"graduation_year": "2025",
|
52 |
-
"gpa": "3.8/4.0",
|
53 |
-
"key_courses": [
|
54 |
-
"Deep Learning Applications",
|
55 |
-
"Natural Language Processing",
|
56 |
-
"Computer Vision",
|
57 |
-
"MLOps and Deployment"
|
58 |
-
]
|
59 |
-
}
|
60 |
-
],
|
61 |
-
"undergraduate": {
|
62 |
-
"course_name": "Bachelor of Commerce",
|
63 |
-
"institution": "SRM University Chennai",
|
64 |
-
"graduation_year": "2021",
|
65 |
-
"grade": "89%",
|
66 |
-
"relevance": "Strong foundation in business analytics and decision-making"
|
67 |
-
},
|
68 |
-
"ongoing_learning": {
|
69 |
-
"certifications_in_progress": ["MLOps Specialization"],
|
70 |
-
"areas_of_focus": [
|
71 |
-
"Model Deployment",
|
72 |
-
"CI/CD for ML",
|
73 |
-
"ML System Design"
|
74 |
-
]
|
75 |
-
}
|
76 |
-
},
|
77 |
-
"skills": {
|
78 |
-
"technical_skills": {
|
79 |
-
"machine_learning": {
|
80 |
-
"core": ["Supervised Learning", "Unsupervised Learning", "Neural Networks"],
|
81 |
-
"frameworks": ["scikit-learn", "TensorFlow", "PyTorch"],
|
82 |
-
"focus_areas": ["NLP", "Computer Vision", "Recommendation Systems"]
|
83 |
-
},
|
84 |
-
"programming": {
|
85 |
-
"primary": ["Python", "Java"],
|
86 |
-
"libraries": ["NumPy", "Pandas", "Matplotlib", "Seaborn"],
|
87 |
-
"tools": ["Git", "Docker"]
|
88 |
-
},
|
89 |
-
"data": {
|
90 |
-
"databases": ["SQL", "MongoDB"],
|
91 |
-
"visualization": ["Tableau", "PowerBI"],
|
92 |
-
"processing": ["PySpark", "Hadoop"]
|
93 |
-
},
|
94 |
-
"deployment": {
|
95 |
-
"web": ["Streamlit", "Flask"],
|
96 |
-
"mlops": ["MLflow", "DVC"],
|
97 |
-
"version_control": ["Git", "GitHub"]
|
98 |
-
}
|
99 |
-
},
|
100 |
-
"soft_skills": [
|
101 |
-
{
|
102 |
-
"skill": "Problem-solving",
|
103 |
-
"context": "Developed innovative solutions in ML projects"
|
104 |
-
},
|
105 |
-
{
|
106 |
-
"skill": "Communication",
|
107 |
-
"context": "Technical blog writing and project documentation"
|
108 |
-
},
|
109 |
-
{
|
110 |
-
"skill": "Adaptability",
|
111 |
-
"context": "Successfully transitioned from commerce to tech"
|
112 |
-
},
|
113 |
-
{
|
114 |
-
"skill": "Leadership",
|
115 |
-
"context": "Led project teams and initiatives"
|
116 |
-
}
|
117 |
-
]
|
118 |
-
},
|
119 |
-
"professional_experience": {
|
120 |
-
"work_experience": [
|
121 |
-
{
|
122 |
-
"position": "Junior Software Engineer",
|
123 |
-
"company": "Cognizant",
|
124 |
-
"duration": "June 2021 – September 2023",
|
125 |
-
"location": "Chennai, India",
|
126 |
-
"achievements": [
|
127 |
-
"Developed and maintained Java applications in insurance domain",
|
128 |
-
"Led migration from SVN to GitHub for improved development workflow",
|
129 |
-
"Collaborated with cross-functional teams for requirement analysis",
|
130 |
-
"Resolved version conflicts during application upgrades"
|
131 |
-
],
|
132 |
-
"technologies_used": [
|
133 |
-
"Java",
|
134 |
-
"Spring Framework",
|
135 |
-
"SQL",
|
136 |
-
"Git"
|
137 |
-
],
|
138 |
-
"impact": "Improved documentation process and streamlined backend storage"
|
139 |
-
}
|
140 |
-
]
|
141 |
-
},
|
142 |
-
"projects": {
|
143 |
-
|
144 |
-
"major_projects": [
|
145 |
-
{
|
146 |
-
"name": "AI-Powered POS System",
|
147 |
-
"description": "An innovative Point-of-Sale system that integrates cutting-edge AI technologies to revolutionize restaurant operations. The project involves proprietary algorithms and novel approaches that are currently under IP discussion with my institution.",
|
148 |
-
"impact": "Aims to transform how restaurants handle operations, inventory, and customer service using AI",
|
149 |
-
"skills_used": ["Python", "MLOps", "Deep Learning", "Computer Vision"],
|
150 |
-
"status": "Under active development - MVP phase",
|
151 |
-
"confidentiality_note": "Full details under IP review"
|
152 |
-
},
|
153 |
-
{
|
154 |
-
"name": "Innovative E-commerce Enhancement",
|
155 |
-
"description": "Developing a transformative feature for Shopify stores that leverages advanced NLP and ML techniques to significantly improve customer engagement and conversion rates.",
|
156 |
-
"impact": "Early testing shows promising results in customer interaction metrics",
|
157 |
-
"skills_used": ["Python", "Neural Networks", "NLP", "Deep Learning"],
|
158 |
-
"status": "In development - proprietary solution",
|
159 |
-
"confidentiality_note": "Details limited due to potential commercial application"
|
160 |
-
},
|
161 |
-
{
|
162 |
-
"name": "Smart Nutrition Recommendation System",
|
163 |
-
"description": "An innovative system that scans product barcodes and analyzes nutrition labels to provide personalized healthy alternatives based on user preferences and dietary requirements.",
|
164 |
-
"key_features": [
|
165 |
-
"Barcode scanning integration",
|
166 |
-
"Nutrition analysis engine",
|
167 |
-
"Personalized recommendation algorithm",
|
168 |
-
"Alternative product matching"
|
169 |
-
],
|
170 |
-
"technical_details": {
|
171 |
-
"data_processing": "Real-time nutrition label analysis",
|
172 |
-
"ml_models": "Custom recommendation engine using collaborative and content-based filtering",
|
173 |
-
"user_profiling": "Dynamic preference learning system"
|
174 |
-
},
|
175 |
-
"skills_used": ["Python", "Computer Vision", "Machine Learning", "Recommendation Systems"],
|
176 |
-
"status": "Prototype development",
|
177 |
-
"target_impact": "Making healthy food choices more accessible and personalized"
|
178 |
-
},
|
179 |
-
{
|
180 |
-
"name": "AI Portfolio Assistant",
|
181 |
-
"description": "A sophisticated chatbot leveraging LLM technology to provide dynamic, context-aware responses about my professional journey and projects.",
|
182 |
-
"key_features": [
|
183 |
-
"Natural language understanding",
|
184 |
-
"Context-aware responses",
|
185 |
-
"Dynamic job description analysis"
|
186 |
-
],
|
187 |
-
"skills_used": ["Python", "LLMs", "Streamlit", "NLP"],
|
188 |
-
"status": "Deployed and actively enhanced"
|
189 |
-
}
|
190 |
-
],
|
191 |
-
"algorithm_practice_projects": [
|
192 |
-
{
|
193 |
-
"name": "University Admission Predictor",
|
194 |
-
"type": "Linear Regression Implementation",
|
195 |
-
"description": "Built from scratch to understand core regression concepts, helping Jamboree predict admission chances for international students.",
|
196 |
-
"technical_focus": "Custom implementation of linear regression without using sklearn",
|
197 |
-
"skills_developed": ["Statistical Analysis", "Algorithm Implementation", "Feature Engineering"],
|
198 |
-
"accuracy": "81% on test data",
|
199 |
-
"status": "Completed"
|
200 |
-
},
|
201 |
-
{
|
202 |
-
"name": "LoanTap Credit Assessment",
|
203 |
-
"type": "Logistic Regression Implementation",
|
204 |
-
"description": "Custom-built logistic regression model for credit worthiness prediction",
|
205 |
-
"technical_focus": "Implementation of logistic regression from scratch",
|
206 |
-
"skills_developed": ["Credit Risk Modeling", "Binary Classification", "Model Evaluation"],
|
207 |
-
"status": "Completed"
|
208 |
-
},
|
209 |
-
{
|
210 |
-
"name": "OLA Driver Retention Analysis",
|
211 |
-
"type": "Ensemble Learning",
|
212 |
-
"description": "Predictive modeling for driver churn using various ensemble techniques",
|
213 |
-
"technical_focus": "Implementation of multiple base models and ensemble methods",
|
214 |
-
"skills_developed": ["Ensemble Methods", "Feature Selection", "Model Comparison"],
|
215 |
-
"status": "Completed"
|
216 |
-
},
|
217 |
-
{
|
218 |
-
"name": "AdEase View Prediction",
|
219 |
-
"type": "Time Series Analysis",
|
220 |
-
"description": "Forecasting Wikipedia page views for optimal ad placement",
|
221 |
-
"technical_focus": "Implementation of time series models and forecasting techniques",
|
222 |
-
"skills_developed": ["Time Series Analysis", "Forecasting", "Data Preprocessing"],
|
223 |
-
"status": "Completed"
|
224 |
-
}
|
225 |
-
]
|
226 |
-
},
|
227 |
-
|
228 |
-
"personal_journey": {
|
229 |
-
"dietary_changes": "I transitioned to a vegetarian diet in 2021 but resumed eating non-veg in 2023 to address nutritional deficiencies.",
|
230 |
-
"life_changes": [
|
231 |
-
{
|
232 |
-
"date": "December 2023",
|
233 |
-
"event": "I relocated to Canada for advanced education."
|
234 |
-
}
|
235 |
-
],
|
236 |
-
"mindset": "I am resilient, adaptable, and innovation-driven. I thrive on challenges and use setbacks as opportunities for growth.",
|
237 |
-
"motto_or_vision": "To leverage AI/ML to create solutions that enhance user experiences while retaining the human touch."
|
238 |
-
},
|
239 |
-
"goals_and_aspirations": {
|
240 |
-
"short_term": [
|
241 |
-
"I want to master advanced machine learning techniques.",
|
242 |
-
"I aim to expand my portfolio with impactful projects.",
|
243 |
-
"I seek to secure a role as an ML engineer in Canada."
|
244 |
-
],
|
245 |
-
"long_term": [
|
246 |
-
"I plan to develop AI solutions that redefine retail and hospitality experiences.",
|
247 |
-
"I aspire to establish a successful AI startup.",
|
248 |
-
"I want to mentor aspiring AI professionals."
|
249 |
-
]
|
250 |
-
},
|
251 |
-
"frequently_asked_questions": [
|
252 |
-
{
|
253 |
-
"question": "Why did you transition from commerce to AI/ML?",
|
254 |
-
"answer": "The transition from commerce to AI/ML was a result of an unexpected turn in my career journey. After completing my bachelor's degree in commerce, I was fortunate to land a job at Cognizant Technology Solutions as a Programmer Trainee. Despite having no prior experience in coding or programming, coming from a core commerce background, my eagerness to learn and quick adaptability caught the attention of my trainers. CTS gave me an opportunity, and during the initial 45-day training period and assessment, I performed exceptionally well in Java, which helped me secure a position in the development team. This was a remarkable achievement, as many computer science graduates typically end up in support roles. However, after working for a year, I realized that while I had developed a passion for programming, I still felt disconnected from my original interest in business and commerce. I knew I had to find a way to combine both my love for programming and my interest in business. That's when I discovered data science and machine learning, which seemed like the perfect intersection. With this newfound clarity, I embarked on a journey to master AI/ML, and now, I am truly enjoying the blend of technology and business that this field offers."
|
255 |
-
},
|
256 |
-
{
|
257 |
-
"question": "What unique qualities do you bring to the table?",
|
258 |
-
"answer": "I combine technical expertise with a fresh perspective, thanks to my diverse background. My adaptability and ability to think beyond conventional approaches are my biggest strengths."
|
259 |
-
},
|
260 |
-
{
|
261 |
-
"question": "What is your most innovative project?",
|
262 |
-
"answer": "The most innovative project is an AI-powered Point-of-Sale (POS) system designed to Reduce order time and order errors. I'm currently working with my college to secure intellectual property rights, so I can't disclose the full extent of its capabilities at this time. However, I'm confident that this project has the potential to significantly impact the restaurant industry."
|
263 |
-
}
|
264 |
-
],
|
265 |
-
"career_development": {
|
266 |
-
"short_term": [
|
267 |
-
"I aim to continue mastering ML concepts through projects and coursework.",
|
268 |
-
"I want to build a portfolio that highlights my ability to solve real-world problems.",
|
269 |
-
"I plan to secure an ML engineer role in retail or hospitality AI."
|
270 |
-
],
|
271 |
-
"long_term": [
|
272 |
-
"I intend to build AI tools that make a global impact in the retail sector.",
|
273 |
-
"I aspire to launch my own AI startup focused on innovative NLP applications.",
|
274 |
-
"I want to contribute to the AI/ML community by mentoring and sharing knowledge."
|
275 |
-
],
|
276 |
-
"perspectives": {
|
277 |
-
"market_outlook": {
|
278 |
-
"job_market": "I believe market conditions are less about timing and more about preparation. While the market may have its ups and downs, I focus on building strong skills and creating impactful projects. Quality efforts and continuous learning will always find opportunities.",
|
279 |
-
"value_proposition": "My unique combination of commerce background and technical skills allows me to understand both business needs and technical implementation, making me a valuable asset regardless of market conditions.",
|
280 |
-
"strategy": "I'm using this time to enhance my skills, build innovative projects, and stay ahead of industry trends. It's about creating value, not just seeking opportunities."
|
281 |
-
},
|
282 |
-
"learning_philosophy": "I believe in learning through practical implementation. Rather than just studying algorithms, I build projects from scratch to truly understand the concepts.",
|
283 |
-
"work_approach": "I focus on creating solutions that enhance human capabilities rather than replacing them. Every project I undertake aims to solve real-world problems.",
|
284 |
-
"career_perspective": "Success in tech isn't just about coding skills—it's about understanding business problems and creating meaningful solutions."
|
285 |
-
},
|
286 |
-
"common_queries": {
|
287 |
-
"weather": "I'm focused on ML/AI and career discussions. For weather information, I'd recommend checking local weather services.",
|
288 |
-
"market_conditions": "Rather than focusing on market conditions, I believe in creating value through continuous learning and practical projects. Would you like to know about my approach to standing out in any market?",
|
289 |
-
"general": "I'm Manyue's portfolio assistant, focused on discussing my professional journey, projects, and ML/AI expertise. For general queries, I'd encourage exploring more relevant resources."
|
290 |
-
}
|
291 |
-
}
|
292 |
-
|
293 |
-
}
|
294 |
-
|
295 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|