{"id":21017061,"url":"https://github.com/jbrown9124/analyze-this","last_synced_at":"2026-04-02T18:52:12.503Z","repository":{"id":83189716,"uuid":"417226081","full_name":"JBrown9124/Analyze-This","owner":"JBrown9124","description":"Created a full-stack web application that parses strings for signs of mental illness. Results help provide support to the user. At the moment it detects signs of suicide, anger, and addiction. To analyze strings, I developed an algorithm that works with a large pool of words to find determinants of mental illness. Determinant words must be in a certain order to be flagged. Analysis results and Google Maps/Places API are used to find the nearest support facilities (rehab, support groups, etc.) and resources. The client was created with TypeScript React.js, the REST API with Python (Django), and data is stored in and queried from a Firestore (NoSQL) database. Deployed using Heroku.","archived":false,"fork":false,"pushed_at":"2022-03-07T02:25:50.000Z","size":2172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T12:22:44.711Z","etag":null,"topics":["django","firebase","firestore","google-cloud","google-maps-api","heroku","material-ui","python3","reactjs","reactspring","typescript"],"latest_commit_sha":null,"homepage":"https://analyze-this1.herokuapp.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JBrown9124.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-14T17:37:08.000Z","updated_at":"2022-03-07T02:25:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb4214d7-0eab-4365-87c4-f2fecd43c7c4","html_url":"https://github.com/JBrown9124/Analyze-This","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrown9124%2FAnalyze-This","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrown9124%2FAnalyze-This/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrown9124%2FAnalyze-This/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrown9124%2FAnalyze-This/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JBrown9124","download_url":"https://codeload.github.com/JBrown9124/Analyze-This/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243447632,"owners_count":20292452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","firebase","firestore","google-cloud","google-maps-api","heroku","material-ui","python3","reactjs","reactspring","typescript"],"created_at":"2024-11-19T10:17:44.972Z","updated_at":"2025-12-30T21:47:03.900Z","avatar_url":"https://github.com/JBrown9124.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Analyze-This\nCreated a full-stack web application that parses strings for signs of mental illness. Results help provide support to the user. At the moment it detects signs of suicide, anger, and addiction. To analyze strings, I developed an algorithm that works with a large pool of words to find determinants of mental illness. Determinant words must be in a certain order to be flagged. Analysis results and Google Maps/Places API are used to find the nearest support facilities (rehab, support groups, etc.) and resources. The client was created with TypeScript React.js, the REST API with Python (Django), and data is stored in and queried from a Firestore (NoSQL) database. Deployed using Heroku.\n\n\n## Available Scripts for Server\n\n\n1. Type `pip install -r requirements.txt` in your terminal then press then \"enter\" key. This will install the required packages for this application to run.\n\n2. The \"mysite\" outer-parent directory contains a python file called \"manage.py\" that starts the application. Access this \nouter-parent directory with your terminal. Then type the command `python manage.py runserver` and press the \"enter\" key. \n(In your terminal type `cd mysite` then press the \"enter\" key. Then type the command $ python manage.py runserver then press the \"enter\" key)\n\n   \n### Port: http://127.0.0.1:8000/\n\n### Run command: In your terminal type `cd mysite` then press the \"enter\" key. Then type the command `python manage.py` runserver then press the \"enter\" key\n\n### Install dependencies command: `pip install -r requirements.txt`\n\n### Language: Python(Django)\n\n### Database: Firestore\n\n\n## Available Scripts For Client\n\nIn the project directory, you can run:\n\n### `npm install`\n\nInstall all modules listed as dependencies in package.json.\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbrown9124%2Fanalyze-this","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbrown9124%2Fanalyze-this","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbrown9124%2Fanalyze-this/lists"}