This project performs statistical analysis on CSV files, generates plots, and answers questions using the Llama-2 model.
-
Create and activate a virtual environment:
python -m venv llama2-stat-analysis source llama2-stat-analysis/bin/activate # On Windows, use `llama2-stat-analysis\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run streamlit_app.py
llama2_stat_analysis/
: Contains the main application logic and functions.streamlit_app.py
: Streamlit application for the user interface.requirements.txt
: Python dependencies.README.md
: Project documentation.
Upload a CSV file, view basic statistics, generate plots, and ask questions about the data using the Streamlit interface.