GithubHelp home page GithubHelp logo

vss4969 / sthira Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 16.39 MB

An GitHub Profile Analyzer Bot

Python 28.76% Dockerfile 0.13% HTML 0.67% CSS 0.91% JavaScript 69.54%
fastapi github-profile mongodb openai-api reactjs

sthira's Introduction

Sthira: An GitHub Profile Analyzer Bot

This bot is used to analyze the GitHub profile of a user. The user can login through GitHub on our platform. Later can analyze his/her own repositories/projects. The bot comes up with a well structured analysis providing various metrics such as code quality, project description and many more. Users can also create teams and get profiles for teams.

Sthira

Getting Started

Pre-requisites

  • Ensure that you have Node.js and npm installed on your machine.
  • Ensure that you have Python 3.8 and pip installed on your machine.
  • Make sure you have FastAPI and Uvicorn installed

Installation

  1. Clone the repository

    git clone https://github.com/Vss4969/sthira.git
  2. Run backend service

    cd backend

    Follow the README.md

  3. Run frontend service

    cd frontend
    npm install

    Follow the README.md

Overview

The Tech-Stack used in this application is:

  • ReactJS for the frontend
  • FastAPI for the backend
  • MongoDB for the database

The application can be accesses through this Link. Backend API Documentation can be found Here.

User Interface Screens (Click to Open)

Repo Analyzer

Code Directory Structure

The code for this application is present in the sthira folder. It is divided into frontend and backend folders. The frontend code is in ReactJS while the backend code is in FastAPI. The directory structure is shown below:

sthira
  |
  |- frontend
  |    |- public             -> Index, Media and Assets
  |    |- src
  |         |- pages         -> User and Team pages
  |         |- components    -> React components
  |         |- service       -> API points
  |         |- index.js      -> Main page render
  |         |- App.js        -> Routes
  |
  |- backend
  |    |- config        -> Constants and Connections
  |    |- metrics       -> Metrics Calculators
  |    |- routers       -> API Endpoints
  |    |- services      -> GitHub/DB/OpenAI Integrations
  |    |- main.py       -> Main entry point
  |    |- Dockerfile    -> Docker Image File
  |
  |- README.md           -> Documentation (๐Ÿ“You are here)

sthira's People

Contributors

vss4969 avatar

Stargazers

 avatar  avatar Siddharth P avatar

Watchers

 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.