Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

Davie's Free Ecom Course

Private • 54.7k • Free

Data Alchemy

Public • 23.5k • Free

AI Developer Accelerator

Public • 4.1k • Free

Building in public by Daniel

Private • 13.3k • Free

You Probably Need a Robot

Private • 1.7k • Free

AI Agents by BUSINESS24.AI

Private • 1k • $24/m

AI Developer Accelerator Pro

Private • 46 • $49/m

Ecom Phenom Workshop

Private • 70 • Free

96 contributions to AI Developer Accelerator
AI agent that scrolls IG/TT and extracts data about videos?
I know there are tools to automate content creation/posting, I'm looking for something that automates content consumption/research. The manual process I'm looking to automate is this: - sign into my Instagram or TikTok on desktop - scroll through videos on my feed - for each video, add a row to Google Sheets with a link to the video, total views, comments, etc Has anybody built or used something like this? **update - if it's simpler, maybe just something like a browser extension that allows for one click extraction of post performance stats (number of likes, comments, etc) from the main IG feed
1
1
New comment 1d ago
2 likes • 1d
There are great TikTok / Instagram scrapers on Apify, check them out
Azure OpenAI Assistants file search tool
Has anybody worked with it? I can't figure out how to show exact text of the citations. It only shows the document and chunk number, but not the text.
2
6
New comment 5d ago
1 like • 6d
I already fixed that. Couldn’t get it in ts, but did in python
1 like • 5d
@Dmitry Avramenko this function does all the work. append it to the normal run script: def show_file_search_results(run_id): try: # Get all run steps run_steps = client.beta.threads.runs.steps.list( thread_id=thread.id, run_id=run_id ) # Find and show details for each step for step in run_steps.data: # Retrieve detailed step information with file search content step_details = client.beta.threads.runs.steps.retrieve( thread_id=thread.id, run_id=run_id, step_id=step.id, extra_query={ "include": ["step_details.tool_calls[*].file_search.results[*].content"] } ) if hasattr(step_details.step_details, 'tool_calls'): for tool_call in step_details.step_details.tool_calls: if tool_call.type == 'file_search': print("\n=== File Search Chunks Used ===") for result in tool_call.file_search.results: print(f"\nFile ID: {result.file_id}") print(f"Similarity Score: {result.score}") print(f"Content Chunk:\n{result.content}") print("=" * 50) except Exception as e: print(f"Error in showing file search results: {str(e)}") print("Step details:", step_details) # This will help us debug the structure
Python Environment Setup
Am I the only one who has the HARDEST TIME with setting up a Python env? lol I'm literally just guessing.. using pip, until it doesnt work, then using pipenv, until it doesn't work.. I really don't know what these things do lol. Sometimes they allow me to install things, sometimes they don't. Anyone know the easy way to resolve this? (I use VSCode)
2
21
New comment 6d ago
2 likes • Nov 20
I recommend just writing a pyproject.toml at the very beginning and keep updating it through your dev process. Cannot really go wrong using poetry
Thumbnail question
@Brandon Hancock this is slightly off topic but I was wondering how you make your video thumbnails? Do you do them yourself, does AI do them or do you use a freelancer? I really like the way how the text and some of the images have a 'glow' around them and I was wondering how that's done?
0
1
New comment Nov 10
1 like • Nov 10
@Wahib Abk is the magician
Langchain Chunking Benchmarking
Hey guys! I just finished the project I was showing on the last call. For those who were not there, it's a benchmarking environment to compare different semantic chunking methods from Langchain in both scientific and medical domains. It has a custom scoring system which consists of both chunk size distribution and quality of retrieval. Feel free to read the paper or actually run some tests yourself: https://github.com/monami44/Langchain-Semantic-Chunking-Arena For a video walkthrough go here: https://www.youtube.com/watch?v=7_YNeJvcAtM
4
5
New comment Oct 23
Langchain Chunking Benchmarking
2 likes • Oct 11
@Wahib Abk Really? I think the quality is not good enough to be published. But I’ll try to talk to some profs about it. Need to find them first, never was in the IT department XD And thank you!
2 likes • Oct 23
@Wahib Abk Update: just talked with my statistics professor who has research works in ML and AI. He said it’s cool and he can help, so we’ll meet mid November to polish it
1-10 of 96
Maksym Liamin
5
278points to level up
@maksym-liamin-4602
Cooking…

Active 1d ago
Joined Mar 2, 2024
powered by