Skip to content

Commit

Permalink
doc : Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SSameer20 authored Jul 10, 2024
1 parent 9ea7939 commit b01513c
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,6 @@
npm start
```

### Machine Learning Service (Flask)

1. Navigate to the `ml-service` directory:
```bash
cd ml-service
```

2. Set up a virtual environment and install dependencies:
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

3. Start the Flask server:
```bash
python app.py
```

## Usage

Expand All @@ -112,17 +94,7 @@

We welcome contributions from the community! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature`).
6. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

For any inquiries, please contact us at [your.email@example.com](mailto:your.email@example.com).
For any inquiries, please contact us at [sameer.kattubadi@gmail.com](sameer.kattubadi@gmail.com).

0 comments on commit b01513c

Please sign in to comment.