This repository contains all the materials and code related to our major project for the 6th semester, titled "Time Series Annotation using Active Learning". The project delves into the domain of time series annotation, focusing on the challenges and potential of integrating active learning techniques.
- Dr. Ankit Sharma
- Vinamra Vashishth
- Shashank Mishra
- Himanshu Chittora
- Code: All the source code used for the project.
- Setup and Installation: Detailed setup and installation explaining how to run it.
- Time series annotation with a focus on outlier detection and removal.
- Active-learning based time series clustering using Time Series K-Means.
- A web application for practical real-world applications.
- Clone the repository:
git clone [repository-link]
- Navigate to the project directory:
cd [project-directory]
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python main.py
- This project was presented as our major project for the 6th semester.
We would like to express our gratitude to our mentor, Dr. Ankit Sharma, for his guidance and support throughout the project.