You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a web app that allows users to enter their Github username to display metrics about their number of repos, stars, followers, etc and how they visually compare to other users on average. This is built with Python, Flask, Sqlite, JavaScript, and D3.js. Still a work in progress
A web app in Flask that allows via web form to enter a username. The backend saves it with the date of the day and an auto-incrementing ID and saves it to a local SQLite DB.
Flask Task Manager is a simple web application built with Flask, SQLite, and Jinja2 for managing tasks. It allows users to add, edit, mark tasks as completed, and delete tasks.
A Flask web application that uses a pre-trained ResNet50 model to identify cassava leaf diseases. The system allows farmers to upload leaf images and get disease predictions along with prevention methods. It includes modules for both Farmers and Agricultural Officers, with SQLite3 as the database for managing user and disease information.