Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.23 KB

Doc Engine TIN200

Doc Engine is an AI-powered document generation app developed using Streamlit and OpenAI's GPT-3 model. It aims to simplify the document generation process and save time by automating the initial drafting phase.

How to use

  1. Get or make a openai api key at openai.

  2. Access the app at https://tin200-doc-engine.streamlit.app/

  3. Add the openai API key you created in step one in the input marked in the following image. Remember to press enter. PS: You need to enter the token after every refresh. Screenshot 2023-06-05 at 16 38 37

Set up for developers

  1. Clone the repository:

    git clone https://github.com/your-username/doc-engine.git
  2. Navigate to the project directory:

    cd doc-engine
  3. Access the application in your browser at http://localhost:8501.

  4. Follow the on-screen instructions to generate documents using predefined templates or free-form prompts.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.