nouman-10 commited on
Commit
7ec61fd
β€’
1 Parent(s): ccba2d5

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -57
README.md DELETED
@@ -1,57 +0,0 @@
1
- art_chatbot
2
- ==============================
3
-
4
- A short description of the project.
5
-
6
- Project Organization
7
- ------------
8
-
9
- β”œβ”€β”€ LICENSE
10
- β”œβ”€β”€ Makefile <- Makefile with commands like `make data` or `make train`
11
- β”œβ”€β”€ README.md <- The top-level README for developers using this project.
12
- β”œβ”€β”€ data
13
- β”‚Β Β  β”œβ”€β”€ external <- Data from third party sources.
14
- β”‚Β Β  β”œβ”€β”€ interim <- Intermediate data that has been transformed.
15
- β”‚Β Β  β”œβ”€β”€ processed <- The final, canonical data sets for modeling.
16
- β”‚Β Β  └── raw <- The original, immutable data dump.
17
- β”‚
18
- β”œβ”€β”€ docs <- A default Sphinx project; see sphinx-doc.org for details
19
- β”‚
20
- β”œβ”€β”€ models <- Trained and serialized models, model predictions, or model summaries
21
- β”‚
22
- β”œβ”€β”€ notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
23
- β”‚ the creator's initials, and a short `-` delimited description, e.g.
24
- β”‚ `1.0-jqp-initial-data-exploration`.
25
- β”‚
26
- β”œβ”€β”€ references <- Data dictionaries, manuals, and all other explanatory materials.
27
- β”‚
28
- β”œβ”€β”€ reports <- Generated analysis as HTML, PDF, LaTeX, etc.
29
- β”‚Β Β  └── figures <- Generated graphics and figures to be used in reporting
30
- β”‚
31
- β”œβ”€β”€ requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
32
- β”‚ generated with `pip freeze > requirements.txt`
33
- β”‚
34
- β”œβ”€β”€ setup.py <- makes project pip installable (pip install -e .) so src can be imported
35
- β”œβ”€β”€ src <- Source code for use in this project.
36
- β”‚Β Β  β”œβ”€β”€ __init__.py <- Makes src a Python module
37
- β”‚ β”‚
38
- β”‚Β Β  β”œβ”€β”€ data <- Scripts to download or generate data
39
- β”‚Β Β  β”‚Β Β  └── make_dataset.py
40
- β”‚ β”‚
41
- β”‚Β Β  β”œβ”€β”€ features <- Scripts to turn raw data into features for modeling
42
- β”‚Β Β  β”‚Β Β  └── build_features.py
43
- β”‚ β”‚
44
- β”‚Β Β  β”œβ”€β”€ models <- Scripts to train models and then use trained models to make
45
- β”‚ β”‚ β”‚ predictions
46
- β”‚Β Β  β”‚Β Β  β”œβ”€β”€ predict_model.py
47
- β”‚Β Β  β”‚Β Β  └── train_model.py
48
- β”‚ β”‚
49
- β”‚Β Β  └── visualization <- Scripts to create exploratory and results oriented visualizations
50
- β”‚Β Β  └── visualize.py
51
- β”‚
52
- └── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
53
-
54
-
55
- --------
56
-
57
- <p><small>Project based on the <a target="_blank" href="https://drivendata.github.io/cookiecutter-data-science/">cookiecutter data science project template</a>. #cookiecutterdatascience</small></p>