Git Product home page Git Product logo

acadoverflow's Introduction

AcadOverFlow

AcadOverFlow is a platform for professional and enthusiast programmers of IIIT-H where technical questions can be posted/queried by any student, so that fellow peers can post responses to it or previously asked similar questions can be listed along with the answers.

There are some system requirements:

The dataset for the required problem statement is quite big. So it need to be run on ada servers or the machines which have RAM > 12GB. Otherwise MemoryError would be shown.

Before running the flask server, there are some ML files that are need to be downloaded and kept in their specific folders and also some modules need to be installed:

(i) For downloading the ML related files, go to ML_Module/models and download the data shown upon clicking the links mentioned in the following files(and save at the same location with the same name):

(a) SO_word2vec_embeddings.bin
(b) Tag_predictor.h5
(c) title_embeddings.csv.zip, unzip it in the same location.
(d) tokenizer.pickle

Also download csv_files.zip, unzip it in SE_Project/AcadOverflow/app/session_data. After unzipping it, do the following:
$ cd csv_files
$ git checkout Preprocessed_users.csv

(ii) Install the following modules:

pip3 install -U gensim
pip3 uninstall zipp => Do this only if shows some error, no need to uninstall if zipp is not installed.
pip3 install inflect
pip3 install nltk
pip3 install -U spacy
pip3 install smart-open
python3 -m spacy download en_core_web_sm

To run the module, Go to AcadOverflow folder and run the following command:

python3 run.py

Webserver will run on http://127.0.0.1:8889/ . The website can be accessed using this address. The user can register and then login into the AcadOverFlow Webapp. :)

acadoverflow's People

Contributors

aditishrivastava avatar bhavidhingra avatar j07nikita avatar kajalsanklecha avatar puttu710 avatar samyakag avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.