REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
38/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
API demonstration - Django ReST Framework
Sample data has already been inserted.
Base API URL: https://testing-19.herokuapp.com/api/
All the requests should be made through HTTP GET method.
- Get all patients info -
/get-patients/ - returns just the name, ID of the patient
- Get all doctors info -
/get-doctors/ - returns name, ID of the doctors
- Send a friend request to a patient -
/send-request/{patient-id}/{doctor-id}/
- Accept a request -
/request/{patient-id}/{doctor-id}/{ACTION} - ACCEPT or REJECT
- View a patient data -
/view-patient/{patient-id}/{doctor-id}/
- View friends -
/get-friends/{patient_id}/{doctor-id}/
Note: No authentication has been implemented for time being
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
WhisperX has very specific dependencies which run on older python and torch versions, and is usually incompatible with some of the newer applications, so I separated out WhisperX, and made it a simple Flask API server. That way my code in other applications can just send API request to this server, and receive transcription as response.
27/100 healthActive repository
PythonNo license
⑂ 0 forks◯ 0 issuesUpdated Jan 5, 2025
A very simple Post & Comment system which is developed to demonstrate the basic usage of GraphQL in Django.
19/100 healthActive repository
PythonNo license#api#api-server#django#django-framework
⑂ 0 forks◯ 2 issuesUpdated Mar 2, 2020