Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arijit2002/crime_lab
https://github.com/arijit2002/crime_lab
flask-api matplotlib-pyplot pandas-python python thymeleaf-template-engine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arijit2002/crime_lab
- Owner: arijit2002
- License: mit
- Created: 2021-10-21T04:57:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T04:23:34.000Z (over 1 year ago)
- Last Synced: 2024-04-14T14:05:14.529Z (9 months ago)
- Topics: flask-api, matplotlib-pyplot, pandas-python, python, thymeleaf-template-engine
- Language: Python
- Homepage: https://crime-lab.onrender.com/
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crime Lab
In this Data Analysis, the main concept is to display all the crime list in INDIA from year 2001 to 2012 from an existing dataset.
* In the front-end part-- user can select the crime chart consisting of crimes in specific year, specific states/union territories and also from specific crime category.
* In the back-end part-- the requested data from the front-end is received as parameters and the corresponding response in the form of chart is returned.
Python library used -- pandas for data analysis, matplotlib for data visualizations
* web framework used -- Python Flask### Link ----> _https://crime-lab.onrender.com/_