https://github.com/somjit101/basic-website-design-flask
A very basic website designed using custom HTML templates and CSS stylesheets and rendered as a microservice in Python using the popular Flask library.
https://github.com/somjit101/basic-website-design-flask
css data-analytics flask flask-api flask-app html python web-application
Last synced: about 2 months ago
JSON representation
A very basic website designed using custom HTML templates and CSS stylesheets and rendered as a microservice in Python using the popular Flask library.
- Host: GitHub
- URL: https://github.com/somjit101/basic-website-design-flask
- Owner: somjit101
- Created: 2021-06-11T15:59:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T16:41:36.000Z (about 5 years ago)
- Last Synced: 2025-10-26T22:28:06.010Z (8 months ago)
- Topics: css, data-analytics, flask, flask-api, flask-app, html, python, web-application
- Language: HTML
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-Website-Design-Flask
A basic website designed using custom HTML templates and CSS stylesheets and rendered as a microservice in Python using the popular Flask library.
## A Simple Data Analytics Portal
The aim of the website is to provide some basic online Data Analytics functionalities like Dataset Exploration, Visualization, Feature Inspection/Selection and some basic re-trainable Classification/Predictive Models.
Here we use the **[Bank Marketing Dataset](https://archive.ics.uci.edu/ml/datasets/Bank+Marketing)** for demonstration purposes.
**P.S. :** The website is still in Work-in-Progress and hence **still incomplete**.