|
--- |
|
title: Simple_Gradio_RAG_App_of_RGov_Talks |
|
app_file: rag_apps/rag_gradio/gradio_rag1a.py |
|
sdk: gradio |
|
sdk_version: 5.1.0 |
|
--- |
|
# dcr-3-frameworks |
|
|
|
<a target="_blank" href="https://cookiecutter-data-science.drivendata.org/"> |
|
<img src="https://img.shields.io/badge/CCDS-Project%20template-328F97?logo=cookiecutter" /> |
|
</a> |
|
|
|
Comparison of Multiple Frammeworks |
|
|
|
## Project Organization |
|
|
|
``` |
|
βββ LICENSE <- Open-source license if one is chosen |
|
βββ Makefile <- Makefile with convenience commands like `make data` or `make train` |
|
βββ README.md <- The top-level README for developers using this project. |
|
βββ data |
|
β βββ external <- Data from third party sources. |
|
β βββ interim <- Intermediate data that has been transformed. |
|
β βββ processed <- The final, canonical data sets for modeling. |
|
β βββ raw <- The original, immutable data dump. |
|
β |
|
βββ docs <- A default mkdocs project; see www.mkdocs.org for details |
|
β |
|
βββ models <- Trained and serialized models, model predictions, or model summaries |
|
β |
|
βββ notebooks <- Jupyter notebooks. Naming convention is a number (for ordering), |
|
β the creator's initials, and a short `-` delimited description, e.g. |
|
β `1.0-jqp-initial-data-exploration`. |
|
β |
|
βββ pyproject.toml <- Project configuration file with package metadata for |
|
β dcr_3_frameworks and configuration for tools like black |
|
β |
|
βββ references <- Data dictionaries, manuals, and all other explanatory materials. |
|
β |
|
βββ reports <- Generated analysis as HTML, PDF, LaTeX, etc. |
|
β βββ figures <- Generated graphics and figures to be used in reporting |
|
β |
|
βββ requirements.txt <- The requirements file for reproducing the analysis environment, e.g. |
|
β generated with `pip freeze > requirements.txt` |
|
β |
|
βββ setup.cfg <- Configuration file for flake8 |
|
β |
|
βββ dcr_3_frameworks <- Source code for use in this project. |
|
β |
|
βββ __init__.py <- Makes dcr_3_frameworks a Python module |
|
β |
|
βββ config.py <- Store useful variables and configuration |
|
β |
|
βββ dataset.py <- Scripts to download or generate data |
|
β |
|
βββ features.py <- Code to create features for modeling |
|
β |
|
βββ modeling |
|
β βββ __init__.py |
|
β βββ predict.py <- Code to run model inference with trained models |
|
β βββ train.py <- Code to train models |
|
β |
|
βββ plots.py <- Code to create visualizations |
|
``` |
|
|
|
-------- |
|
|
|
|