- Navigate to the Project Directory:
cd findyourcontent - Set Up the Virtual Environment:
- Create a virtual environment for the project. This helps to ensure that the project's dependencies remain isolated.
python -m venv myvenv
- Create a virtual environment for the project. This helps to ensure that the project's dependencies remain isolated.
- Activate the Virtual Environment:
- Windows:
.\myvenv\Scripts\activate - On MacOS/Linux:
source myvenv/bin/activate
- Windows:
- Install Dependencies:
- With the virtual environment activated, install the required packages listed in requirements.txt.
pip install -r requirements.txt
- With the virtual environment activated, install the required packages listed in requirements.txt.
- Unzip
transcripts_fts.zip - Run the Project:
streamlit run .\src\Search.py
TechNerd1/FindYourContent
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|