ASL Practice App Proof Of Concept In Software Engineering And Web Dev
AI-powered ASL quizzes & learning content on YouTube. Custom MediaPipe Gesture Recognizer & top-performing Kaggle ASL model used for finger spelling & vocabulary practice.
Software Engineer | Project Manager
AI-powered ASL quizzes & learning content on YouTube. Custom MediaPipe Gesture Recognizer & top-performing Kaggle ASL model used for finger spelling & vocabulary practice.
Concurrency in Python: Use **asyncio** for I/O bound tasks & **multiprocessing** for CPU bound tasks due to Global Interpreter Lock (GIL) limitation. **threading** can be used but with caution.
Create interactive maps with Folium in Streamlit: MarkerCluster & GeoJSON examples