Building a super-resolution image web-app
Author(s): Aanisha Bhattacharyya This is a web-app trained on SRCNN model. On giving an image as input, it reconstructs a higher resolution image of the same. I made this… Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Setting up Alpaca API for algorithmic trading
Author(s): Michelangiolo Mazzeschi Placing orders to the brokerage by using an API. Full reference code available at this repo. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Machine Learning Workflow: A Coding Guide
Author(s): Ramsha Azeemi A Beginner’s Guide to explore the model training steps in ANN. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
15 Top Questions To Ask App Developers Before Hiring Them
Author(s): Kristy Hill Programming, Software Engineering Mobile applications are taking over the entire world. In todayβs time, mobile customers have started depending on applications to get familiar with items, and even will fork out cash to purchase applications. With technology accelerating and …
How Much Programming do I need in Data Science?
Author(s): Benjamin Obi Tayo Ph.D. Data science is not computer science. Focus on using existing libraries and packages. Have some background on the math behind each package. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Whatsapp Group Chat Analysis using Python and Plotly
Author(s): Saiteja Kura Let us try and gain insights/patterns from Whatsapp group chat’s data using Pandas and Plotly. Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
GitHub API With Python & PowerShell Scripting
Author(s): Ritheesh Baradwaj Yellenki Using GitHub API with Python and PowerShell Scripting to create and manage repositories Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Polynomial Interpolation
Author(s): Andrei Gasparovici A lesson in numerical analysis Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Googleβs Hidden Hiring Challenge
Author(s): Francesco Di Lallo Did you know that Google has a secret hiring challenge? Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
How to Run a Flask Application Locally by Using a Virtual Environment in Windows OS?
Author(s): Bala peddireddy Easy to create a virtual world for your projects Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
Playing with Images in Python
Author(s): Gautam Kmr Image processing is an area which is used in machine learning on a wide scale. We have many packages and tools to work with images… Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
How Web Frameworks Streamline and Structure Websites
Last Updated on June 19, 2020 by Editorial Team Author(s): Joaquin de Castro Programming On MVT architecture, URL dispatching, templating and putting that allΒ together Web frameworks make building and deploying web applications simple and efficient. With them, we can make high-level applications …
How to Deploy a Static Website using Github
Author(s): Bala Peddireddy Make your website and share it publicly in noΒ time. What isΒ Github? GitHub is a software development platform. It gives Unlimited cloud storage and supports all programming languages. GitHub is an open-source platform, and anybody can access it. A lot …
Solving an Amazon Interview Question with Code
Author(s): Maths and Musings Let’s take a look at an algorithms question which has been used in interviews at Amazon, Google and Uber. Included is a python… Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
One Simple Trick to Scrape Tabular Data using Python
Author(s): Naina Chaturvedi With just 4 lines of code… Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …