Skip to content

Alexandrecloc/data_enrichment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Upload Streamlit App

A simple Streamlit application that allows users to drag and drop files, which are automatically saved to the /data folder.

Features

  • Drag and drop file upload interface
  • Support for multiple file uploads
  • Automatic saving to the data folder with timestamp prefixes
  • File listing and management
  • Responsive design

Installation

  1. Clone this repository
  2. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Start the Streamlit app:
streamlit run app.py
  1. Open your browser and navigate to the URL shown in the terminal (typically http://localhost:8501)

  2. Drag and drop files onto the upload area or click to select files

  3. Files will be automatically saved to the /data folder with a timestamp prefix

  4. View all files stored in the data folder in the table below the upload area

Project Structure

├── app.py              # Main Streamlit application
├── requirements.txt    # Python dependencies
├── data/               # Folder where uploaded files are stored
└── README.md           # This file

Requirements

  • Python 3.7+
  • Streamlit
  • Pandas
  • Pillow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors