You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is about developing a an API in **Flask** using **Instaloader** and **Instagram's GraphQL API's** to scrape the no of likes and comments of all of the post of a public instagram profile.
9
+
10
+
## ⚙️ Languages or Frameworks Used
11
+
- Flask
12
+
- Instaloader, Instgram GraphQL APIs
13
+
14
+
15
+
## 🌟 How to run
16
+
-### Install all the requirements
17
+
Run `pip install -r requirements.txt` to install all the requirements.
18
+
19
+
-### Now Just, Run the project
20
+
- To the run the project, go to the `bash` terminal of VSCode or any other code editor and run `./start_server.sh`.
21
+
- The server would start running on `http://127.0.0.1:{port_number}`.(generally http://127.0.0.1:5000)
22
+
23
+
-### Explore the API
24
+
Go to the browser/postman/thunderclient and hit the following URL http://127.0.0.1:5000/get_profile/{instagram_username}
The goal of this project is to develop an automated robust feedback analysis system wherein the user has to first upload form response data in csv format, then we process and extract the data with the help of NLTK and then applying sentiment analysis using Naive Bayes algorithm to extract the opinions and subjectivity from the student feedback by classifying them into 3 different categories:
4
+
- positive
5
+
- neutral
6
+
- negative
7
+
8
+
Nowadays, Educational Institutions are giving a lot of emphasis on maintaining Student Feedback Systems so as to understand the patterns generated by student feedback data to effectively improve the performance of the institution. There is also a requirement to automate the student feedback system in order to handle a large amount of data and analyse them effectively.
9
+
10
+
Our feedback analysis model will thus enable the concerned authorities to understand the student’s perception and their expected level of learning materials and course content. Analysing student feedback would help institutions to enhance student’s learning capabilities in the classroom and improve the overall quality of education.
0 commit comments