Special thanks to Alejandro's YouTube video for providing the base code for this project.
The Sidekick code generator is a Python application that allows you to generate code based on base templates. Simply provide a template input files and the template output file. Then, provide the final input file. The app utilizes a language model to generate your desired code snippets.
To install the Sidekick, please follow these steps:
-
Clone the repository to your local machine.
-
Install the required dependencies by running the following command:
pip install -r requirements.txt -
Obtain an API key from OpenAI and add it to the
.envfile in the project directory.
OPENAI_API_KEY=your_secrit_api_key
To use the Sidekick App, follow these steps:
-
Ensure that you have installed the required dependencies and added the OpenAI API key to the
.envfile. -
Run the
main.pyfile using the Streamlit CLI. Execute the following command:streamlit run app.py
Feel free to fork, send a PR, utilize and enhance the app based on your own requirements.
The MultiPDF Chat App is released under the MIT License.