You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,12 @@
2
2
3
3
Welcome to the QuickDraw API repository. This project encompasses the development of a machine learning model and its deployment through a user-friendly application. The complete project details are available [here](https://github.com/mlengineershub/QuickDraw-ML).
4
4
5
+

6
+
5
7
## Project Workflow
6
8
9
+

10
+
7
11
1.**Machine Learning Model Development**
8
12
- The initial phase involved developing the machine learning model. Detailed information about the model can be found [here](https://github.com/mlengineershub/QuickDraw-ML).
9
13
@@ -12,6 +16,7 @@ Welcome to the QuickDraw API repository. This project encompasses the developmen
12
16
13
17
3.**User Interface Development**
14
18
- A user-friendly application interface was created using `HTML`, `CSS`, and `JavaScript`.
19
+
15
20
16
21
4.**Containerization**
17
22
- The final application was containerized using `Docker`.
@@ -23,11 +28,33 @@ Welcome to the QuickDraw API repository. This project encompasses the developmen
23
28
|`app/`| Contains the files related to application development. |
24
29
|`endpoints/`| Contains the files for API endpoints. |
25
30
|`.gitignore`| Specifies files and directories to be ignored by Git. |
31
+
|`.dockerignore`| Specifies files and directories to be ignored by Docker files. |
32
+
|`docker-compose.yml`| The docker compose yaml file for app launching. |
33
+
|`Dockerfile.txt`| The main docker file for the app. |
34
+
|`README.md`| Short Documentation overview. |
26
35
|`requirements.txt`| Lists all the dependencies required for the project. |
27
36
28
37
## Getting Started
29
38
30
-
-[ ] TO DO
39
+
1. Clone the repo or download the `docker-compose.yml` file
0 commit comments