You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates a Generative AI-powered assistant that streamlines the job application process using Google Gemini Pro. It analyzes a user’s resume against a job description, calculates a match score, suggests tailored bullet points, and generates a personalized cover letter — all formatted in structured JSON for automation.
This project implements an Agent-Based Model (ABM) in NetLogo to simulate a pandemic similar to COVID-19. It demonstrates how infection spreads through a population, the impact of immunity levels, recovery processes, and how individual interactions influence overall disease growth and control.
This Python implementation of social dynamics simulations from Smaldino (2023) features Numba-optimized agent-based models and descriptive documentation. Benjamin Fried published the original Julia repository.