Skip to content

wandabi-gs/studyhive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studyhive

Studyhive is an innovative group-based online learning platform designed to provide students with a personalized and engaging content recommendation experience. Users can register, specify their interests, and receive tailored streams of articles, videos, and more. The platform facilitates connections between like-minded individuals through real-time chat and empowers users to curate and share their own content.

Features

  • Personalized content recommendations based on user interests.
  • Real-time chat system for group discussions.
  • Content curation and sharing capabilities.
  • Machine learning-powered content filtering for offensive content.

Tech Stack

  • Django
  • Django Templates
  • Django Channels
  • Channels Daphne
  • Bulma CSS
  • Agora

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/studyhive.git
    cd studyhive
    
  2. Set up virtual environment:

     python -m venv venv
     source venv/bin/activate  
    
  3. Install dependencies

     pip install -r requirements.txt
    
  4. Run migrations:

     python manage.py migrate
    
  5. Start Development Server:

     python manage.py runserver
    
  6. To view the app visist:

     http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published