c2siorg / DataLoom

Project is to design and implement a web-based GUI for data wrangling, aimed at simplifying the process of managing and transforming tabular datasets. This application will serve as a graphical interface for the powerful Python library, allowing users to perform complex data manipulation tasks without the need for in-depth programming knowledge.
Apache License 2.0
4 stars 6 forks source link

DataLoom

Project is to design and implement a web-based GUI for data wrangling, aimed at simplifying the process of managing and transforming tabular datasets. This application will serve as a graphical interface for the powerful Python library, allowing users to perform complex data manipulation tasks without the need for in-depth programming knowledge.

Apps and Packages

Run Application

Set Up Environment Variables : Create a .env file in the apps/backend directory and add details as per .env.sample file.

Installing FastApi Backend : In the apps/backend directory, run python3 -m venv env, then run . env/scripts/activate (On Windows), then ensure all required dependencies are installed by running pip install -r requirements.txt.

To run the project, run the following command:

cd DataLoom
npm run dev

The backend server will start and be accessible at http://127.0.0.1:8000.