Commit Graph

9 Commits

Author SHA1 Message Date
Rajtilak Bhattacharjee 7e602884be chore: update main.py and include sample generated script
- Corrected code in main.py to address issues and enhance functionality.
- Added a sample script generated by the application for reference and demonstration purposes.
2023-11-12 10:51:43 +05:30
Rajtilak Bhattacharjee d340e155f5 fix: corrected code in main.py
- Implemented necessary corrections and improvements in the main.py file to ensure proper functionality and accuracy.
2023-11-11 22:49:29 +05:30
Rajtilak Bhattacharjee e8a77fdaa4 feat: integrate Streamlit components into main.py
- Added Streamlit components to main.py for enhanced user interface and interactive features.
2023-11-11 19:02:16 +05:30
Rajtilak Bhattacharjee 19538ec67b refactor: update input handling and OpenAI endpoint
- Updated input statements in main.py for improved user interaction.
- Revised the OpenAI endpoint in open_ai_stuff.py to migrate to the latest OpenAI library version for enhanced functionality and compatibility.
2023-11-11 11:07:51 +05:30
Rajtilak Bhattacharjee 00ef28f5c5 chore: update project structure and configurations
- Modified various project templates in .github/ISSUE_TEMPLATE for consistency and relevance.
- Updated .pre-commit-config.yaml to enhance code quality checks and formatting.
- Adjusted CODE_OF_CONDUCT.md to align with project guidelines.
- Added documentation in docs/development.md for development specifics.
- Added new files in the source directory:
  - generated_podcast_mp3s/__init__.py
  - generated_podcast_scripts/__init__.py
  - main.py
  - music package with multiple .mp3 files
  - prompts package with different podcast prompt scripts
  - utils package with various utility modules.
2023-11-11 10:58:52 +05:30
Rajtilak Bhattacharjee 6f9c9d5644 feat: introduce pre-commit setup and update citation configuration
- Added .pre-commit-config.yaml to establish pre-commit hooks for code quality checks and formatting.
- Modified CITATION.cff to update project citation configuration for improved recognition and referencing.
2023-11-10 21:08:04 +05:30
Rajtilak Bhattacharjee ec9855ad3c chore: update dependency requirements and documentation setup
- Updated requirements.txt to reflect changes in dependencies.
- Installed all necessary dependencies, including development dependencies.
- Implemented documentation using MkDocs with the Material theme for comprehensive project documentation.
2023-11-10 20:49:41 +05:30
Rajtilak Bhattacharjee f3d925a8f5 feat: include project templates and dependency lists
- Added .github/FUNDING.yml, .github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/custom.md, .github/ISSUE_TEMPLATE/feature_request.md for standardized issue reporting and funding information.
- Also included dev-requirements.txt and requirements.txt to manage development dependencies and required libraries for the project.
2023-11-10 20:33:41 +05:30
Rajtilak Bhattacharjee 5688c7be0a feat: add project files and guidelines
- Added essential project files: .gitignore, CITATION.cff, CODEOWNERS, CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE, README.md, and SECURITY.md for better project organization and to provide clear guidelines for contributions, licensing, and security protocols.
2023-11-10 20:19:23 +05:30