First working implementation of the program

This commit is contained in:
2026-07-27 17:42:48 +09:00
parent 9f9c72e824
commit e5bb49a596
12 changed files with 618 additions and 0 deletions
+32
View File
@@ -1,3 +1,35 @@
# Go through the following steps to run the application:
1) Create Python Virtual Env from your root directory
python -m venv venv
2) Activate Virtual Env
a) Windows: venv\Scripts\activate.bat
b) Unix: source venv/bin/activate
3) Installing Dependencies
pip install -r requirements.txt
4)
Install GTK-for-Windows (needed to generate the PDF)
1.Download the installer and install: Go to the GTK-for-Windows runtime project on GitHub (https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases)
2.Ensure you check the box during installation that says "Add to the PATH environment variable".
5)
Disable Smart App Control (SAC) on Windows
1.Open the Start menu, type Windows Security, and press Enter.
2.Click on App & browser control from the left navigation panel or home menu.
3.Click the Smart App Control settings link.
4.Select Off to disable the feature
6) Setup OPENAI_API_KEY from terminal
set LANGCHAIN_API_KEY=<your-langsmith-key>
set OPENAI_API_KEY=<your-api-key>
7) Running the Streamlit Application
python -m streamlit run app.py
# capstone_msagi
Course-end Project: Product Strategy Simulation