Skip to content

Yangxinyee/DataSEA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Running the Application

  1. Clone the repository:

    git clone https://github.com/SingleView11/DataSEA
    cd DataSEA
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py
  4. Input dataset name:
    After starting app.py, the application will prompt you to input the dataset name and optionally additional information. Type the dataset name in the CLI.

  5. Wait for processing:
    The system will process the request for 3 - 10 minutes.

  6. Check the results:
    Once completed, the results will be stored as a zipped file in the experiment_results folder. It zips all files in the draft folder, which contains the output.

  7. Rerun the application:
    If you rerun the application, it will delete the existing draft folder before generating new results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%