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.
-
Get or make a openai api key at openai.
-
Access the app at https://tin200-doc-engine.streamlit.app/
-
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.
-
Clone the repository:
git clone https://github.com/your-username/doc-engine.git
-
Navigate to the project directory:
cd doc-engine
-
Access the application in your browser at
http://localhost:8501
. -
Follow the on-screen instructions to generate documents using predefined templates or free-form prompts.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.