-
Git Clone the repository (Branch: main)
-
Install Python Version 3.11.9
- Open the installer and ensure to check the box (add to PATH) on the bottom of the installer screen.
-
Once done, open the cloned GitHub repository (in VS Code)
- Press Ctrl + Shift + P and search 'Python: Select Interpreter'.
- Find and select Python 3.11.9
-
Install the library dotenv
Open a terminal ( Command Prompt )
pip install dotenv
- Run the setup.py
python setup.py
-
Activate the virtual enviroment
- Press Ctrl + Shift + P and search 'Python: Select Interpreter'.
- Find and select Python 3.11.9 ('.venv')
.venv\Scripts\activate
- Install the library libmagic
pip install python-magic
pip install python-magic-bin
Run app.py and streamlit_app.py
python app.py
streamlit run streamlit_app.py
To run this project, you will need to add the following environment variable to your .env file
OPENAI_API_KEY