Skip to content

Chiragasourabh/Final-Year-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final-Year-Project

made-with-python Python GitHub version GitHub watchers GitHub issues GitHub contributors

WAIT UNTILL REQUIREMENT.TXT FILE IS UPDATED

Base Instructions

  1. install python in your machine
  2. cd to the directory where requirements.txt is located.
  3. activate your virtualenv.
  4. run: pip install -r requirements.txt

#Instructions To Run Flask Application

  1. cd to the directory where app.py is located. (Final-Year-Project/falsk app (Server))
  2. activate your virtualenv.
  3. run: set FLASK_APP=app.py
  4. run: set FLASK_ENV=development
  5. run: flask run

#Instructions to load Extension to Chrome

  1. Open the Extension Management page by navigating to chrome://extensions. (The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.)
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button and select the extension directory. (Final-Year-Project/Chrome Extension)

#Instructions to run Jupyter notebook files

  1. cd to the directory where jupyter notebook files are located. (Final-Year-Project/ML)
  2. activate your virtualenv.
  3. run: jupyter notebook

Architecture Design

Architecture

Control Flow Diagram

Control Flow

System Design

System Design

User Interaction

User interaction

Screenshots

Screenshot3

Screenshot4