Skip to content
Β 
Β 

Latest commit

Β 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cine_Scope

This repository contains a Streamlit-based application for data analysis and visualization using popular Python data science libraries.


πŸ“ Repository Structure


β”œβ”€β”€ data/          \# Folder containing your datasets
β”œβ”€β”€ pages/         \# Additional Streamlit pages (if any)
β”œβ”€β”€ Home.py        \# Main Streamlit application file
└── README.md      \# Project documentation (this file)


πŸ› οΈ Requirements

Ensure you have the following Python packages installed:

  • streamlit
  • pandas
  • numpy
  • ast
  • plotly
  • matplotlib
  • seaborn
  • networkx
  • scikit-learn
  • requests
  • streamlit-plotly-events

Install all requirements with:


pip install streamlit pandas numpy plotly matplotlib seaborn networkx scikit-learn requests streamlit-plotly-events


πŸ“₯ Dataset

Note: The dataset is not included in this GitHub repository.
You need to manually download the data from Kaggle:

After downloading, place the dataset files inside the data/ folder.


πŸš€ How to Run

  1. Clone the repository:

    git clone <your-repo-url>
    cd <your-repo-folder>
    
  2. Install the requirements (see above).

  3. Run the Streamlit app:

    streamlit run Home.py
    
  4. Open your browser and go to http://localhost:8501.


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages