A free meditation app made in under 24 hours

LibreMind is a free meditation app made in under 24 hours. It has various meditation, breathwork, and visualization exercises. Link to demonstration video on YouTube python libremind.py Note: only box-breathing is supported at the moment. I will soon implement other exercises. Creating a meditation app Animating said app Scene switching add more meditation and breathwork exercises refactor code for automation’s sake (in far, distant future): porting to other devices. GitHub View Github    

Read more

A python program will display all SSID usernames and SSID passwords you once connected to your laptop

Windows-Wifi-password-extractor This python program will display all SSID usernames and SSID passwords you once connected to your laptop How to run the program Run the following command python windows_wifi_passwd_extractor.py Requirements Python 3.X beautifultable should be installled on your system Note for the program to run successfully open the CMD/Terminal and type the following command pip install -r requirements.txt Build with Author License    

Read more

A python app which can tell with which bollywood celebrity your face resembles

A Deep learning based streamlit web app which can tell with which bollywood celebrity your face resembles. Face recognition is the problem of identifying and verifying people in a photograph by their face.It is a task that is trivially performed by humans, even under varying light and when faces are changed by age or obstructed with accessories and facial hair. Nevertheless, it is remained a challenging computer vision problem for decades until recently. Deep learning methods are able to leverage […]

Read more

An alternative site to emplea.do due to inconsistent service of the app

a agile and fast alternative to emplea.do Settings Moved to settings. Basic Commands Setting Up Your Users To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you’ll see a “Verify Your E-mail Address” page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user’s email should be verified and ready to go. To create an superuser account, use this […]

Read more

A simple backend app for inventory management system. User can Add, Remove, Update and View products

Getting Started You can start this app by activating the virtual environment located in venv of the main project directory and running following command in the terminal: python manage.py runserver Details The app is created with django and django rest-framework and it is designed for learning purpose only. It has all Create, Read, Update and Delete operations which arerequired in all big applications. It covers following concepts: Django Django RestFramework Authentication PostGreSQl integration Models and Views Permissions and Authorization The […]

Read more

A shopping list and kitchen inventory management app

This is the backend for the Flask React project. Getting started Clone this repository (only this branch) git clone https://github.com/appacademy-starters/python-project-starter.git Install dependencies pipenv install –dev -r dev-requirements.txt && pipenv install -r requirements.txt Create a .env file based on the example with proper settings for your development environment Setup your PostgreSQL user, password and database and make sure it matches your .env file Get into your pipenv, migrate your database, seed your database, and run your flask app To run the […]

Read more

A framework for building interactive applications using a web front-end in plain Python

Trame aims to be a framework for building interactive applications using a web front-end in plain Python. Such applications can be used locally as any desktop application but also be deployed in the cloud or on premise to access big and/or sensitive data. Trame comes with lots of capabilities built-in by leveraging existing libraries or tools such as Vuetify, Altair, Vega, Deck, VTK, ParaView and more. Trame lets you create interactive data processing applications with rich visualizations without switching languages […]

Read more

A web-based application for quick, scalable, and automated hyperparameter tuning in Python

Xcessiv is a tool to help you create the biggest, craziest, and most excessive stacked ensembles you can think of. Stacked ensembles are simple in theory. You combine the predictions of smaller models and feed those into another model. However, in practice, implementing them can be a major headache. Xcessiv holds your hand through all the implementation details of creating and optimizing stacked ensembles so you’re free to fully define only the things you care about. The Xcessiv process Define […]

Read more

Web app for keeping track of buildings in danger of collapsing in the event of an earthquake

:romania: Un cutremur în București nu este o situație ipotetică.Este o certitudine că acest lucru se va întâmpla.În acest context, la mai bine de 40 de ani de la cutremurul din 1977, memoria colectivă a ascuns în profunzime amintirile acelui dezastru în încercarea de a-și înăbuși teama.Dar realitatea este că, patru decenii mai târziu, Bucureștiul, la fel ca restul orașelor cu risc seismic ridicat, nu ar face față unui asemenea eveniment, iar pierderile de vieți omenești ar fi uriașe.Exercițiul Seism […]

Read more
1 2 3 4