Yukino2002 / Interacti

A computer vision virtual classroom application that leverages computer vision technology to provide an immersive and interactive learning environment for students and teachers in a remote setting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues

Interacti

A computer vision virtual classroom application that leverages computer vision technology to provide an immersive and interactive learning environment for students and teachers in a remote setting.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Our application uses computer vision technology to create virtual classrooms with real-time interactions and machine learning models to generate transcripts of real-time writing. With a user-friendly tkinter GUI, this app enhances the virtual learning experience for teachers and students.

(back to top)

Built With

  • Python
  • OpenCV
  • Keras
  • TensorFlow
  • Tkinter
  • MediaPipe

(back to top)

Getting Started

Before getting a local copy up, you must ensure that you have the necessary software required.

Prerequisites

Installation

  1. Clone the repo
    git clone
  2. Create a virtual environment.
    python -m venv env
    
  3. Activate the virtual environment.
    source env/bin/activate  # for Linux/MacOS
    env\Scripts\activate  # for Windows
    
  4. Install the required packages.
    pip install -r requirements.txt
    
  5. (Optional) If you wish to train the model yourself, the dataset will be given below, the file is handwriting_model_train.ipynb.
  6. Run the GUI using the command below.
    python frontend.py
    

Dataset

The dataset used for training the ML model can be found here.

(back to top)

Usage

Demo Links

(back to top)

Roadmap

  • A screen recording feature could be added to allow users to record their entire screen or a specific window while recording a video.
  • Integration with Learning Management Systems (LMS): The application could be integrated with popular LMS platforms to streamline the classroom experience for both teachers and students.
  • Cloud storage: A cloud storage feature could be added to allow users to store their recorded videos securely and access them from anywhere.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Pratik Jallan - pratikjalan11@gmail.com

Project Link: https://github.com/Yukino2002/Interacti

(back to top)

Acknowledgments

(back to top)

About

A computer vision virtual classroom application that leverages computer vision technology to provide an immersive and interactive learning environment for students and teachers in a remote setting.

License:MIT License


Languages

Language:Jupyter Notebook 38.1%Language:PureBasic 33.0%Language:Python 28.9%