Abdou Rakib

classroom
Activity Feed

AI & ML interests

None defined yet.

Abdourakibย 
posted an update 5 days ago
view post
Post
100
๐Ÿง  Just shipped ML Research Assistant on HuggingFace Spaces!

An AI research assistant powered by Qwen2.5-7B with 17 auto-routing tools. Ask in plain English โ€” it figures out the right tool automatically.

๐Ÿ”ง What it can do:
โ€ข Compare LLMs on real benchmarks (MMLU, GSM8K, HumanEval, HellaSwag)
โ€ข Search ArXiv papers and find GitHub implementations
โ€ข Explore model benchmarks with real F1 and Accuracy scores
โ€ข Live AI news feed โ€” click any headline to ask the assistant about it
โ€ข Web search, code generation, HuggingFace model and dataset search, and more

๐Ÿ’ก Try these:
โ†’ compare gpt-4o vs claude 3.5 sonnet on coding
โ†’ show me the overall llm leaderboard
โ†’ find papers with code for transformer attention
โ†’ trending ml repos on github

โš™๏ธ Built without LangChain โ€” I wrote the router from scratch so the model only gets called once per query. That matters on ZeroGPU where GPU time is limited.

โš ๏ธ Still a v1 โ€” handles one query at a time, cold start delay on first load. Multi-query support and streaming are coming next.

๐Ÿ”— Abdourakib/ml-research-assistant
๐Ÿ“ https://github.com/Abdrakib/ml-research-assistant

Would love feedback from the community โ€” what would you add?
Abdourakibย 
posted an update 18 days ago
view post
Post
813
๐Ÿš€ Just shipped: Visual Analyst Agent

Upload any chart, table, or dashboard screenshot and get instant AI-powered analysis. No API key needed. Free for everyone.

What it does:
โ†’ Detects the visual type automatically
โ†’ Extracts the data into a structured table
โ†’ Writes a plain-English trend analysis
โ†’ Redraws the chart interactively with Plotly
โ†’ Chat with your visual for follow-up questions
โ†’ Export a full HTML report

Built with Python ยท Streamlit ยท Google Gemini Vision ยท Plotly ยท Pandas

๐Ÿ”— Try it: huggingface.co/spaces/Abdourakib/visual-analyst-agent
๐Ÿ’ป Code: github.com/Abdrakib/visual-analyst-agent

Feedback welcome! ๐Ÿ™