© 2022 Hashnode
#flask
Introduction The project that I have made for the LINODE and HASHNODE hackathon is a location prediction website, which can predict the name of a location in ASIA using an image. This website uses m…
If you want to use CodeGuard in your project by hosting the API yourself, here is a tutorial! Installing Python, Pip, And Flask Run these 3 commands: apt-get install python3 apt-get install python3-pi…
There are majorly three ways how you can deploy an application to heroku: Heroku Git GitHub Docker In this part we'll de discussing about Heroku Git and GitHub. I'll be covering the Docker method in…
Goal To deploy a model on the web that accepts unpunctuated text in the English language and returns a punctuated text. Background There are several open-source APIs for speech recognition and in m…
Flask is one of the most popular frameworks for web development when it comes to python. It is small and lightweight, providing valuable tools and features that make web development in python easier. …
Still working through Codecademy's Python 2 course. while loops are similar to if statements. They will continue to loop while the condition is true. while/else loops will execute the else block on…
Continueing with Codecademy's 'Python 2' course: I can confirm that functions in py are defined using the def keyword. I just spotted another placeholder: %f I'll figure out what this one means soo…
I start a new job soon where I'll be using python to create APIs, so I'm going to divert my learning focus away from GO for now. API building features requests such as POST, PUT, GET and DELETE. Yo…
A possible employer responded to my job application. They said they don't have enough candidates to fill the number of positions they have available, and asked me to encourage others to apply. How do…
Hi, the 5th article devoted to the theme: “How to work with ElasticSearch, Python and Flask” already ready for reading. Here will speak about model data layer and elasticsearch-dsl-py python package. All details are here: "Python Flask Ela…