Skip to content

Commit 3f2a04e

Browse files
authored
Update Readme.md
1 parent 68b8b3f commit 3f2a04e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

streamlit/Readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Web Page for StackOverflow Analysis Using Streamlit
2-
* Author: Leena Goyal [@Leena2403](https://www.github.com/Leena2403) and Nikita [@nikitababb036@gmail.com](https://github.com/NIKITA320495)
2+
* Author: Leena Goyal [@Leena2403](https://www.github.com/Leena2403) and [Nikita](https://github.com/NIKITA320495)
33
* Created on: May 20, 2024
44
* Description: Data exploration & visualization on stackoverflow surveys conducted in 2018,2019,2020.
55
* Curated dataset: Provided by StackOverflow Analysis
@@ -8,19 +8,20 @@
88
#### Main Interface Look
99
![](Visualizations/main-interface.png?raw=true)
1010

11-
*Note*
11+
##Note##
1212
The web app is still under construction. The authors are in the process of updating and bulding the complete web app.
1313

1414
#### Steps To Run Streamlit Locally:
1515
- cloning
16-
- firstly, fork the repository and then clone to your local files via vs code (for cloning press ctrl +shift+ p).
16+
- firstly, fork the repository and then clone to your local files via vs code (for cloning press ctrl + shift + p).
1717
- ![](Visualizations/cloning-1.png?raw=true)
1818
- ![](Visualizations/cloning-2.png?raw=true)
1919

2020
- terminal
2121
- locate the streamlit folder.
2222
- run the python -m streamlit run home.py in your cmd terminal.
2323
- ![](Visualizations/terminal.png?raw=true)
24+
2425
# Solutions Provided
2526

2627
- used streamlit along with some html and css to make the whole webpage.
@@ -84,14 +85,14 @@ We directly saved the cleaned and preprocessed datasets from the Jupyter Noteboo
8485
*Main Analysis*
8586
- [Main Analysis](https://github.com/NIKITA320495/Stackoverflow-Analysis/blob/main/streamlit/main_analysis.py) - The main visualisations from our web app providing the png files for bar graphs, line plots, and maps.
8687
- The main visualisations from our web app providing the png files for bar graphs, line plots and maps.
87-
- Districtwise plotting of crime along with the heat maps is present.
88-
- Vulnerable crime areas are included using records of victim analysis. Folium is being used to display the auto-generated html files.
88+
- The dedicated explanatory analysis is also present along with their functions.
89+
8990

9091
*Home*
9192
- [Home](https://github.com/NIKITA320495/Stackoverflow-Analysis/blob/main/streamlit/home.py) - The main visualisations from our web app providing the png files for bar graphs, line plots, and maps.
9293
- set the structure of our main interface.
9394
- we made a slidebar that gives an option to select from the year 2018,2019 and 2020.
94-
- it runs different functions based on the year such as if the selected year is 2018 it shows all the visualizations related to year 2018 and same with 2019 and 2020.
95+
- It runs different functions based on the year such as if the selected year is 2018 it shows all the visualizations related to year 2018 and same with 2019 and 2020.
9596

9697
*Data Visualisations*:
9798

0 commit comments

Comments
 (0)