Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

ykdojo/snowflake_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snowflake Hackathon Project

Setting Up a Virtual Environment

To set up a virtual environment for this project, follow these steps:

  1. Open a terminal and navigate to the snowflake_hackathon directory.

  2. Create a virtual environment using the following command:

    python3 -m venv venv
    
  3. Activate the virtual environment:

    • On macOS and Linux:
      source venv/bin/activate
      
    • On Windows:
      .\venv\Scripts\activate
      
  4. Install the required packages using the requirements.txt file:

    pip install -r requirements.txt
    
  5. After completing your work, deactivate the virtual environment by running the following command:

    deactivate
    

Running the Project

After setting up and activating the virtual environment, you can run the project using the following command:

streamlit run stock_analysis_streamlit.py

This will start the application, and you can access it via the provided URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published