Clelia Astra Bertelli's picture

Clelia Astra Bertelli

as-cle-bert

AI & ML interests

Biology + Artificial Intelligence = โค๏ธ | AI for sustainable development, sustainable development for AI | Researching on Machine Learning Enhancement | I love automation for everyday things | Blogger | Open Source

Recent Activity

updated a Space 4 days ago
as-cle-bert/pdfitdown
replied to their post 11 days ago
Llama-4 is out and I couldn't resist but to cook something with it... So I came up with ๐‹๐ฅ๐š๐ฆ๐š๐‘๐ž๐ฌ๐ž๐š๐ซ๐œ๐ก๐ž๐ซ (https://llamaresearcher.com), your deep-research AI companion!๐Ÿ”Ž The workflow behind ๐—Ÿ๐—น๐—ฎ๐—บ๐—ฎ๐—ฅ๐—ฒ๐˜€๐—ฒ๐—ฎ๐—ฟ๐—ฐ๐—ต๐—ฒ๐—ฟ is simple: ๐Ÿ’ฌ You submit a query ๐Ÿ›ก๏ธ Your query is evaluated by Llama 3 guard model, which deems it safe or unsafe ๐Ÿง  If your query is safe, it is routed to the Researcher Agent โš™๏ธ The Researcher Agent expands the query into three sub-queries, with which to search the web ๐ŸŒ The web is searched for each of the sub-queries ๐Ÿ“Š The retrieved information is evaluated for relevancy against your original query โœ๏ธ The Researcher Agent produces an essay based on the information it gathered, paying attention to referencing its sources The agent itself is also built with easy-to-use and intuitive blocks: ๐Ÿฆ™ LlamaIndex provides the agentic architecture and the integrations with the language models โšกGroq makes Llama-4 available with its lightning-fast inference ๐Ÿ”Ž Linkup allows the agent to deep-search the web and provides sourced answers ๐Ÿ’ช FastAPI does the heavy loading with wrapping everything within an elegant API interface โฑ๏ธ Redis is used for API rate limiting ๐ŸŽจ Gradio creates a simple but powerful user interface Special mention also to Lovable, which helped me build the first draft of the landing page for LlamaResearcher!๐Ÿ’– If you're curious and you want to try LlamaResearcher, you can - completely for free and without subscription - for 30 days from now โžก๏ธ https://llamaresearcher.com And if you're like me, and you like getting your hands in code and build stuff on your own machine, I have good news: this is all open-source, fully reproducible locally and Docker-ready๐Ÿ‹ Just go to the GitHub repo: https://github.com/AstraBert/llama-4-researcher and don't forget to star it, if you find it useful!โญ As always, have fun and feel free to leave your feedbackโœจ
View all activity

Organizations

Social Post Explorers's profile picture Hugging Face Discord Community's profile picture GreenFit AI's profile picture

Posts 43

view post
Post
1870
Finding a job that matches with our resume shouldn't be difficult, especially now that we have AI... And still, we're drowning in unclear announcements, jobs whose skill requirements might not really fit us, and tons of material๐Ÿ˜ตโ€๐Ÿ’ซ
That's why I decided to build ๐‘๐ž๐ฌ๐ฎ๐ฆ๐ž ๐Œ๐š๐ญ๐œ๐ก๐ž๐ซ (https://github.com/AstraBert/resume-matcher), a fully open-source application that scans your resume and searches the web for jobs that match with it!๐ŸŽ‰
The workflow is very simple:
๐Ÿฆ™ A LlamaExtract agent parses the resume and extracts valuable data that represent your profile
๐Ÿ—„๏ธThe structured data are passed on to a Job Matching Agent (built with LlamaIndex๐Ÿ˜‰) that uses them to build a web search query based on your resume
๐ŸŒ The web search is handled by Linkup, which finds the top matches and returns them to the Agent
๐Ÿ”Ž The agent evaluates the match between your profile and the jobs, and then returns a final answer to you

So, are you ready to find a job suitable for you?๐Ÿ’ผ You can spin up the application completely locally and with Docker, starting from the GitHub repo โžก๏ธ https://github.com/AstraBert/resume-matcher
Feel free to leave your feedback and let me know in the comments if you want an online version of Resume Matcher as well!โœจ

Articles 10

Article
8

Why we (don't) need export control