And I'm finally here... Every new video makes me a better Django Developer... #Aspiring Django Expert
@kirillkruglov14184 жыл бұрын
Absolutely GREAT ! Perfect explanations, i understood at a glance! Waiting for more great Vue+Django projects )) Can you make a tutorial on a simple website basket logic ( a pizza for example - choose size, and add to basket)? That will be extremely practical and useful !!! Thank you once more )
@veryacademy4 жыл бұрын
Thank you - that is a great suggestion!
@sirinehedfi28653 жыл бұрын
Thank you Can you do an example using datasets i mean for example you upload csv train and test dataset and than you run the model and gives the prediction
@veryacademy3 жыл бұрын
Hi Sirine, I will come back to this type of content in the future.
@aakashbhaikatti28233 жыл бұрын
I'm getting error on django server (FileNotFoundError: new-model.pickle). And on console (GET 500 Internal Server Error) Please help
@veryacademy3 жыл бұрын
probably need to make sure that the pickle file is in the right directory - check where the file is being called from
@aakashbhaikatti28233 жыл бұрын
@@veryacademyI have verified the directory twice. It's in the project directory.
@aakashbhaikatti28233 жыл бұрын
@@veryacademy on console it is showing the directory where I have stored the pickle file. Nd I'm calling it from there itself
@phanta5m4 жыл бұрын
Thank you , great tutorial.
@veryacademy4 жыл бұрын
Hope it was helpful! Thank you for watching!
@KrishnaManohar80214 жыл бұрын
After long time👏
@veryacademy4 жыл бұрын
I know it seems like ages! I got caught up with a project for a client. I do have a react 'introduction' video ready - but its just that - this is react this is how to install etc. Its just the intro for the React Series. I need to think of something more interesting. Are you interesting in learning GatsbyJS / React?
@KrishnaManohar80214 жыл бұрын
@@veryacademy React. if have free time do it both.
@dharmaputra73944 жыл бұрын
Request Using flask and naive bayes algorithm
@veryacademy4 жыл бұрын
Hey DP, it is on my list to do. I might of asked but, what front end would you like for the Naive Bayes app, Flask/Vue or React?