Skip to content

jidno/undatathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

This project uses Poetry for dependency management and Streamlit for creating an interactive web application.

Prerequisites

Ensure you have the following installed on your system:

  • Python 3.10 or later
  • Poetry
  • Streamlit

Setup

  1. Clone the repository:

    git clone https://github.com/jidno/undatathon.git
    
  2. Navigate to the project directory:

    cd undatathon
    
  3. Install dependencies using Poetry:

    python -m venv .venv
    poetry install
    

Running the Streamlit Demo

  1. Activate the Poetry environment:

    poetry shell
    
  2. Run the Streamlit demo:

    streamlit run demo.py
    

Visit http://localhost:8501 in your web browser to view the Streamlit application.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published