OpenCircle is an open-source social media platform built with Django, specifically designed to provide a safe, secure, and inclusive environment for specially-abled individuals.
Note: This is still a work in progress and this is only an MVP ship for the landing page's frontend design, i.e it doesn't have much of backend integrated into the site yet, so stay tuned
- Medical Verification: We use AI/ML to authenticate our opencirclers!
- AI Hate Speech Filtering: We also use realtime AI/ML models to filter hate speech!
- Disability-First Design: UI/UX is designed specifically for our targeted audience!
- Secure Privacy: Built on the robust Django framework to ensure user data and privacy are always protected. (cuz imagine getting ur medical documents leaked lol)
- HTML5 / CSS3
- Tailwind CSS & DaisyUIsyUI
- JavaScript & HTMXHTMX
- AOS (Animate On Scroll)
- Django
- SQLite3
- Scikit-learn
- Python 3.10 or higher
- Django ofc lol
- Clone the repository:
git clone [https://github.com/pratikkumararyan/opencircle.git](https://github.com/pratikkumararyan/opencircle.git) cd opencircle - Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the server:
python manage.py runserver
- Enjoy!
For any inquiries or feedback, feel free to reach out via the contact section on our landing page.
THIS IS STILL A WORK IN PROGRESS!!