Hey Tarun. I've done a few projects on LLMs but all working in local setup. This gives me an opportunity to put it on cloud and share it with others. Thanks for the much needed video. I'm glad that you showed us the error and worked through it. Really appreciate it!
@salesforcecafe1019 ай бұрын
Nicely explained!! Thanks for the video
@trideepsaha259410 ай бұрын
Thank you so much for guidence Tarun and providing relavent solution. Your work appreciable.
@jasonsheinkopf3 ай бұрын
This video is very cool. I'd like to deploy an app for my portfolio. Is there a good method to limit the usage to manage your API costs? Can you set a monthly/daily limit for API? Also, is it possible to put a password on a Streamlit app that you can include with your resume?
@AIwithTarun3 ай бұрын
Regrading the limits, I believe you need to set this at the dashboard end when you are creating the API key. As per the password, yes in Streamlit you can build the Authenticator to add the password, if that is what you are looking for.
@tanya25865 ай бұрын
Hii, I am getting an error with the deployment. It's not picking up the modules to download that i have mentioned in the requirements.txt file. Any suggestions why?
@AIwithTarun5 ай бұрын
What's the error message, can you join the Discord and share the screenshot over there? discord.com/invite/hEMqtDXCHA
@_ranjit_patil10 ай бұрын
can we do it on versel ?
@AIwithTarun10 ай бұрын
Yes you can. But there you need to write HTML/CSS and JavaScript code to connect to Python in backend. You can use FastAPI/Flask