Skip to content

Readme template for projects made under mentorship programme Eklavya 2020 hosted by SRA VJTI

License

Notifications You must be signed in to change notification settings

saharshleo/readmeTemplateEklavya20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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.

About

Readme template for projects made under mentorship programme Eklavya 2020 hosted by SRA VJTI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published