Skip to content

0xCompyler/obsidian-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

obsidian

Making education streamlined, accessible, engaging and organized. 
Explore the docs »

View Demo · Report Bug · Request Feature

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

About The Project

Desc.

This pandemic has brought us an hybrid mode of education which has been a makeshift solution but not a very smooth and engaging one.

Social media trends regarding this mode of education is a good indicator of it's ineffectiveness, our experience with it has been very chaotic as well.

Tools for teaching and assessment will help teachers to focus more on teaching and less on organizing details and keeping a track on the performance of students. 

(back to top)

Built With

pytorch

pytorch

pytorch pytorch pytorch pytorch pytorch pytorch

(back to top)

Getting Started

This is an example of how you can generate your own collaborative recommendation engine. To get a local copy up and running follow these simple example steps.

Prerequisites

  • Python>=3.7

Installation

  1. Clone the repo
    git clone https://github.com/0xCompyler/obsidian-server.git
  2. Create and activate virtual environment
    python3 -m venv venv
    source venv/bin/activate
  3. Install the requirements
    python3 -m pip install -r requirements.txt
  4. Start uvicorn server
    uvicorn src.main:app

(back to top)

Features

Plagiarism Detection

Often, one educator is responsible for evaluating assignments of around 120 students (2 batches of 60 students). In such cases, detecting plagiarism by a human is a up hill task which also requires a lot of time. In order to solve this problem, we thought of computerizing the entire process of plagiarism checking, and yes it works on handwritten assignments too!

We used TF-IDF to vectorize the documents and then calculated the cosine similarity between them to check for potential plagiarism.

Automatic Keyword Checker

As mentioned earlier, checking assignments, specially handwritten ones can become a tedious task. In order to further simplify the lives of teachers, we have come up with an automatic keyword checker which verifies the presence of certain keywords in the assignment. This will if not completely erradicate manual verification, simplify the process of evaluation to a great extent.

Video Transcription

Taking notes during online class is often difficult. That's why we came up with a solution to help students by using IBM Watson's Speech to text service to automatically generate closed captions for every class recording.

Integrated Video Conferencing

Attendance Monitoring

Performance Monitoring

(back to top)

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

Arijit Roy - @your_twitter - roy.arijit2001@gmail.com

Project Link: https://github.com/0xCompyler/obsidian-server

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published