Skip to content

Documentation Assistant automates technical project documentation using GPT-3.5 Turbo, ensuring comprehensive and accurate records.

Notifications You must be signed in to change notification settings

pmcode9992/DocumentationAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Assistant

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed:

  • Python 3.x
  • pip

Installation

  1. Clone the repository:

    git clone https://github.com/pmcode9992/DocumentationAssistant
    cd DocumentationAssistant
  2. Install the required packages:

    pip install -r requirements.txt
  3. 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

Running the Application

To run the application, use the following command:

streamlit run main.py

Usage

create the file structure, when satisfied with the file structure generated (ensure you remove build folders like node_modules, virtual environments etc

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Documentation Assistant automates technical project documentation using GPT-3.5 Turbo, ensuring comprehensive and accurate records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published