Skip to content

Latest commit

 

History

History
133 lines (101 loc) · 3.88 KB

README.md

File metadata and controls

133 lines (101 loc) · 3.88 KB

If you are not familiar with writing readme refer this.

Don't include this line in readme 😃

Project Title

One Line description of project goes here

Table of Contents

About The Project

![Product Name Screen Shot][product-screenshot]

Aim and Description of project.
Refer this documentation

Tech Stack

This section should list the technologies you used for this project. Leave any add-ons/plugins for the prerequisite section. Here are a few examples.

File Structure

.
├── app.py                  # Explain the function preformed by this file in short
├── docs                    # Documentation files (alternatively `doc`)
│   ├── report.pdf          # Project report
│   └── results             # Folder containing screenshots, gifs, videos of results
├── src                     # Source files (alternatively `lib` or `app`)
├── ...
├── test                    # Test files (alternatively `spec` or `tests`)
│   ├── benchmarks          # Load and stress tests
│   ├── integration         # End-to-end, integration tests (alternatively `e2e`)
│   └── unit                # Unit tests
├── ...
├── tools                   # Tools and utilities
├── LICENSE
├── README.md 
├── Setup.md                # If Installation instructions are lengthy
└── todo.md                 # If Future developments and current status gets lengthy

Getting Started

Prerequisites

  • See SETUP.md if there are plenty of instructions
  • List of softwares with version tested on
How to install them
  • ESP-IDF v4.0 and above

    You can visit the ESP-IDF Programmming Guide for the installation steps.

  • See if you can make requirements.txt

pip install -r "requirements.txt"

Installation

  1. Clone the repo
git clone https://github.com/your_username_/Project-Name.git

Usage

How to run the driver code

Results and Demo

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space.
result screenshots
result gif or video

Use Table
For Comparison

Future Work

  • See todo.md for seeing developments of this project
  • Task 1
  • Task 2
  • Task 3
  • Task 4

Troubleshooting

  • Common errors while configuring the project

Contributors

Acknowledgements and Resources

License

Describe your License for your project.