Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujith-kamme/quickgist-a-news-summarizer-tool
https://github.com/sujith-kamme/quickgist-a-news-summarizer-tool
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sujith-kamme/quickgist-a-news-summarizer-tool
- Owner: sujith-kamme
- License: mit
- Created: 2024-01-10T03:55:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T08:48:03.000Z (12 months ago)
- Last Synced: 2024-11-10T07:16:47.479Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickGist- A News Summarizer tool
### **Coding Workflow**
1. **Data Ingestion**:
1. Updating config.yaml
2. Updating param.yaml
3. Update entity/__init__.py
4. Update src/code/config/config.py
5. Updating components/data_ingestion.py
6. Updating pipeline/stage1_data_ingestion.py
7. Updating main.py file2. **Data Import check**
1. Updating config.yaml
2. Updating param.yaml
3. Update entity/__init__.py
4. Update src/code/config/config.py
5. Updating components/data_import_check.py
6. Updating pipeline/stage2_data_import_check.py
7. Updating main.py file3. **Data Transformation**
1. Updating config.yaml
2. Updating param.yaml
3. Update entity/__init__.py
4. Update src/code/config/config.py
5. Updating components/data_transformation.py
6. Updating pipeline/stage3_data_transformation.py
7. Updating main.py file