Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Ensure you have the following installed:
- Python 3.x
- pip
-
Clone the repository:
git clone https://github.com/pmcode9992/DocumentationAssistant cd DocumentationAssistant
-
Install the required packages:
pip install -r requirements.txt
-
Set up the environment variables:
Create a
.env
file in the root directory of the project with the following content:contextWindow=16000 SingleSession_APIKEY=your_openai_api_key
To run the application, use the following command:
streamlit run main.py
create the file structure, when satisfied with the file structure generated (ensure you remove build folders like node_modules, virtual environments etc
This project is licensed under the MIT License - see the LICENSE file for details.