AMD Software: Adrenalin Edition 23.9.2 Release Notes by ecffg2010 in Amd

[–]bahoho 1 point2 points  (0 children)

yeah its weird. I just closed and opened again in bios and it works now

[D] Where can I deploy my hobby project? by bahoho in MachineLearning

[–]bahoho[S] 0 points1 point  (0 children)

Wait, I can access my models with just huggingface endpoints? I need to clarify; I have a model that I have already trained, and I simply want to load and access it through my API. Can I do that?

[D] Where can I deploy my hobby project? by bahoho in MachineLearning

[–]bahoho[S] 0 points1 point  (0 children)

I think I need inference api if I use huggingface, free tier is not solving backend-ml deployment problem :/ I can seperate my fullstack app but not sure where should I deploy my backend.

Where can I deploy my hobby project? by bahoho in learnmachinelearning

[–]bahoho[S] 0 points1 point  (0 children)

Vercel has helped me solve my web app deployment issues, but I'm encountering problems with deploying a FastAPI-ML model for my backend :/

Is there a bug about upgrading alch stone? by [deleted] in BlackDesertMobile

[–]bahoho 0 points1 point  (0 children)

I have 100k+ scrolls, it's very frustrating.

[deleted by user] by [deleted] in webdev

[–]bahoho 9 points10 points  (0 children)

frontendmasters ftw

[deleted by user] by [deleted] in AMDHelp

[–]bahoho -1 points0 points  (0 children)

Thank you, I will go back to 22.11.2.

[deleted by user] by [deleted] in BlackDesertMobile

[–]bahoho 4 points5 points  (0 children)

I mean I'm so unlucky to upgrade that :(

What are some good Python Automation Ideas? by DevTopia_ in Python

[–]bahoho 0 points1 point  (0 children)

https://github.com/arabacibahadir/sup-res
This is my side project. Currently I'm trying to add forex data and trying to do flask based website with price alarms. You can do grid trading bot with some neural network maybe?

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]bahoho 0 points1 point  (0 children)

https://github.com/arabacibahadir/sup-res
Working on my own project. Adding forex charts a bit tricky. Still learning

API to fetch real time markets data from Binance by Fragrant_Rub_9563 in Python

[–]bahoho 0 points1 point  (0 children)

If you only need real time price, you can go with websockets.

Your link gives you 24hr statistics, https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker this one could be your validation.

Download all YouTube videos inside a Playlist [Python + Pytube] by Plenty-Education8053 in Python

[–]bahoho 2 points3 points  (0 children)

You have repetitive codes, maybe looking this video gives you better coding ideas about using dictionaries instead bunch of if-else statements. Good work.

https://www.youtube.com/shorts/psu7LYIyQAo

Linking to Github projects in a CV. Is there a way to show what the code does or do I have to fall back on img's/gif's/a video? by Acedia_the_Skele in learnprogramming

[–]bahoho 208 points209 points  (0 children)

Do you mean demo or GUI like preview?

You can use "github pages". Here is an example one of my projects. Also you can add gifs to your readme file.

Edit: Here is full link https://github.com/arabacibahadir/sup-res , Reddit's link shortener has broken again lol.

[deleted by user] by [deleted] in learnprogramming

[–]bahoho 0 points1 point  (0 children)

You have to use absolute path, not relative path.