Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Superset | 54,308 | 16 | 19 hours ago | 6 | April 18, 2023 | 1,512 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Dash | 19,393 | 804 | 544 | 21 hours ago | 168 | June 29, 2023 | 775 | mit | Python | |
Data Apps & Dashboards for Python. No JavaScript Required. | ||||||||||
Dtale | 4,261 | 17 | 2 days ago | 171 | July 19, 2023 | 53 | lgpl-2.1 | TypeScript | ||
Visualizer for pandas data structures | ||||||||||
Deep Learning In Production | 4,111 | 10 days ago | 9 | |||||||
In this repository, I will share some useful notes and references about deploying deep learning-based models in production. | ||||||||||
Pyxley | 2,228 | 12 | 6 years ago | 10 | January 21, 2017 | 25 | mit | JavaScript | ||
Python helpers for building dashboards using Flask and React | ||||||||||
React Redux Flask | 1,411 | 2 years ago | 11 | mit | JavaScript | |||||
Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI. | ||||||||||
Never Blink | 849 | 2 years ago | 6 | mit | JavaScript | |||||
👀Blink and lose. | ||||||||||
Open Source Saas Boilerpate | 738 | 9 months ago | 34 | mit | JavaScript | |||||
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack) | ||||||||||
Bowtie | 703 | 10 | 4 years ago | 45 | October 13, 2018 | 49 | mit | Python | ||
:bowtie: Create a dashboard with python! | ||||||||||
Cesi | 525 | a year ago | 43 | gpl-3.0 | JavaScript | |||||
CeSI is a web interface for managing multiple supervisors from the same place. |
Reask is a project developed with React&Flask.
# dependencies for python
pip install -r requirements.txt
cd client
# dependencies for npm
npm install
npm install webpack -g
# in project root
python manage.py tornado
cd client
npm run dev-server
Open http://localhost:8080/
in your browser and see what happens!
MIT License
Copyright (c) 2018 GringePP
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.