Skip to content

Commit

Permalink
initilsing app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NagendraPVS authored Jul 22, 2023
1 parent 88d0d1d commit 0594225
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,73 @@ maintaining pen-paper records. </p>
<img src="flowchart.png">
<h1>Description</h1>
<p> This system used pretrained fine turing model face_recognition and recognized faces by comparing face encodings </p>

<details>
<summary><h1> This is how directory structure looks like</h1></summary>
<code>├───ams
│ ├───migrations
│ │ └───__pycache__
│ ├───templates
│ │ └───static
│ │ ├───css
│ │ ├───js
│ │ └───media
│ └───__pycache__
├───models
├───pictures
│ ├───N18
│ │ └───cse
│ │ ├───cse1
│ │ └───cse2
│ │ └───Sample
│ ├───N19
│ │ └───cse
│ │ └───cse1
│ └───N20
│ └───cse
│ ├───cse1
│ │ ├───N181022
│ │ ├───N200037
│ │ ├───N200377
│ │ ├───N200381│ │
│ │ ├───N201064
│ │ └───N201070
│ └───cse2
│ ├───N170976
│ ├───N180789
│ ├───N180825
│ └───N181022
├───project2
│ └───__pycache__
└───static
├───admin
│ ├───css
│ │ └───vendor
│ │ └───select2
│ ├───img
│ │ └───gis
│ └───js
│ ├───admin
│ └───vendor
│ ├───jquery
│ ├───select2
│ │ └───i18n
│ └───xregexp
├───css
├───js
└───media</code>
</details>
<h1>Seeting up application</h1>
<p>
<li>start the mysql server first</li>
<li>specify the mysql port and credentials of mysql in project2>settings.py files as shown in the below figure

<img src="https://github.com/knowverse/MINOR/assets/108925522/3ed37f3d-c48a-498d-883d-1a83b7436daf"/></li>
<li>Now got to the build directory and open command prompt and then enter <br>
<code>python manage.py runsslserver --cert cert.pem --key key.pem localhost:3000</code>

</li>
<li>open the address in the browser and browse for localhost:3000</li>


</p>

0 comments on commit 0594225

Please sign in to comment.