Skip to content

A versatile Open-Source Software (OSS) that allows organizing, analyzing and visualizing data, leveraging ML algorithms for predictive analysis. Supporting all data visualisation techniques on one platform, accessible on both desktop and mobile.

License

Notifications You must be signed in to change notification settings

multiverseweb/Dataverse

Repository files navigation

Dataverse

Data Visualisation Software & Finance Tracker

Visitors License Languages GitHub Repo stars GitHub contributors GitHub issues GitHub closed issues GitHub forks GitHub pull requests GitHub closed pull requests GitHub last commit GitHub repo size GitHub total lines Website


Table of Contents

About Dataverse Application Preview Versions Repository Structure Use Dataverse Make Contributions Website

Featured In

Event Logo Event Name
SWOC Social Winter of Code Season-5 (SWOC) 2024-2025
GSSoC Ext 24 GirlScript Summer of Code Ext (GSSoC'24) 2024
Hacktoberfest 24 Hacktober Fest 2024

What does this software do?

  • Supports all data visualisation techniques, basic as well as advanced.
  • Generates interactive, customizable and exportable graphs.
  • Provides data storage for later use.
  • Supports data inputs from excel sheets.
  • Simplifies expense tracking and financial management.
  • Allows user to download financial reports.
  • Uses encryption techniques to securely store your passwords.
  • View and manage data via a mobile-friendly website.
  • Provides predictive analytics and trend analysis using ML techniques.

Preview

Software GUI


View More


Software Home Page


Visualised Data


Stored Data

Versions

Version Description
v.XM45.24 Under Development High scale installable vesrion currently being developed, has improved UI based on glassmorphism. Makes the project mobile-friendly and provides more analytical features. Seeks major contributions through SWOC-S5.
v.6550.24 Latest Current stable version that supports most of the data visualisation techniques and finance tracking. Major development done during GSSoC'24.
v.06.02.24 Initial version developed on 6th February, 2024. Only supports finance tracking.

Repository Structure

📂 View Repository Structure

Deployment Specifications

I. Navigate to the directory where you want to deploy the dataverse application and open terminal or command prompt there.

II. Run the following commands in terminal:

git clone https://github.com/multiverseweb/Dataverse.git

III. Create a Virtual Environment (optional but recommended)

  • On Windows:

    python -m venv venv
    venv\Scripts\activate
    
  • On macOS/Linux:

    python3 -m venv venv
    source venv/bin/activate
    

IV. Install dependencies:

cd Dataverse
pip install -r installation/requirements.txt  

V. Install MySQL if you don't have it already from here.

Important

Change the values of DB_HOST, DB_USER and DB_PASSWORD in software/db_config.py file according to your MySQL account.

VI. Run the application:

python software/main.py

VII. To Run index.html (For Website Development)

  1. Install the Go Live extension in VS Code.
  2. Open the index.html file in VS Code.
  3. Click on the Go Live button in the bottom-right corner of VS Code.

The default URL will be:
http://localhost:5500/Dataverse/index.html

Now, the software should run smoothly with no errors, feel free to use the software and don't forget to give feedback on Dataverse's website!


Star History

Star History Chart

Contributions

Want to make contributions to this project? ✨

Read contribution guidelines!

Our Valuable Contributors ❤️

Contributors

Stargazers ⭐

Stargazers repo roster for @multiverseweb/Dataverse

Forkers 🍴

Forkers repo roster for @multiverseweb/Dataverse


Website

Visit Dataverse's Website

Back to top


About

A versatile Open-Source Software (OSS) that allows organizing, analyzing and visualizing data, leveraging ML algorithms for predictive analysis. Supporting all data visualisation techniques on one platform, accessible on both desktop and mobile.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published