Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyteve authored Dec 21, 2023
1 parent 81d995d commit 4266356
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ mongo --version # Check MongoDB installation
- git clone https://github.com/software-students-fall2023/5-final-project-project5dominators
- cd 5-final-project-project5dominators
```
- Replace the following values with your MongoDB URI and secret key in app.py
```
MONGODB_URI = "your_mongodb_uri"
SECRET_KEY = "your_secret_key"
```


## How to run
Expand All @@ -92,10 +87,6 @@ Run tests using pytest:
pytest
```

## Importing Starter Data
- If your system relies on starter data, provide a script or instructions for importing it into the database: <br/>
`python import_data.py`


## Usage
### Live Camera Integration
Expand All @@ -105,7 +96,7 @@ pytest

### Image Processing Capabilities

Sketch Effect: Convert selfies into a sketch format.
Sketch Effect: Convert selfies into a sketch format. (Currently Active)
Cartoon Effect: Transform selfies into cartoon-style images.

### Additional Functionalities
Expand Down

0 comments on commit 4266356

Please sign in to comment.