- Paris, France
- https://www.linkedin.com/in/laurentveyssier/
Pinned Loading
-
Image-Captioning-Project-with-full-Encoder-Decoder-model
Image-Captioning-Project-with-full-Encoder-Decoder-model PublicGenerate caption on images using CNN Encoder- LSTM Decoder structure
-
Object-localization-using-Global-Average-Pooling-GAP
Object-localization-using-Global-Average-Pooling-GAP PublicResNet-50 used for object localization on sample images with heatmap
Jupyter Notebook 3
-
Finding-Lane-Lines-on-the-Road
Finding-Lane-Lines-on-the-Road PublicCreate a Lane Finding pipeline that finds lane lines on the road
-
Unsupervised-Text-Summarizer-using-Extractive-method
Unsupervised-Text-Summarizer-using-Extractive-method PublicThis module summarizes any text using extractive summarization, an unsupervised technique.
-
Skin-Cancer-Classifier-Dermatologist-AI
Skin-Cancer-Classifier-Dermatologist-AI PublicDeep Neural network using CNN pre-trained model to visually diagnose between 3 types of skin lesions
-
Chest-X-Ray-Medical-Diagnosis-with-Deep-Learning
Chest-X-Ray-Medical-Diagnosis-with-Deep-Learning PublicUse Deep Learning model to diagnose 14 pathologies on Chest X-Ray and use GradCAM Model Interpretation Method
76 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
February 2025
Created an issue in dzhng/deep-research that received 1 comment
add a parameter to control firecrawl.search rate within free quota (5/minute)
using firecrawl free account (not self hosted), the tool hits rate limit error due to the firecrawl quota. In src/deep-research.ts, I tried changin…