GithubHelp home page GithubHelp logo

sanketshevkar / debately Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 1.26 MB

Smart Real TIme Debate Analyser

Home Page: https://debately.study/

License: MIT License

HTML 1.97% JavaScript 85.02% CSS 0.73% Python 12.28%

debately's Introduction

firebase reactjs mongodb fastapi

logo
Smart Debate analysis platform.
Main server for managing all the services in the project. Demo Video Link

Prerequisites

This project has 2 seperate components,front-end and back-end.The front-end has node-module dependancies and requires node runtime. The back-end is developed using fastapi and has pip dependencies.

  1. NodeJs
  2. FastAPI
  3. MongoDB
  4. Firebase
  5. WebRTC

API Used

  1. Magic API
  2. Symbl AI API

Run Loaclly

API Config

Firebase config file

cd ./client/src/firebase

Create firebase config file.
File name - index.js

import firebase from 'firebase';
import 'firebase/firestore';

firebase.initializeApp({
  apiKey: '',
  authDomain: '',
  projectId: '',
  storageBucket: '',
  messagingSenderId: '',
  appId: '',
  measurementId: '',
});

export default firebase;

Magic API config file

cd ./client/src

Create magic config file.
File name - magicKey.js

const magicKey = {
    API_KEY: ''
}

export default magicKey;

Starting the Back-end Server

pip install -r requirements.txt
cd ./debately.deploy/backend
uvicorn backend.app.main:app 

Starting the Front-end Server

cd ./client
npm install
npm start 

Testing Scripts

 cd ./debately.deploy/backend/app
 python test_cases.py

Contribution Guidelines

For code contributions, read our CONTRIBUTING guide.


System Architecture

System_Architecture


Team Tier-4

  1. Sanket Shevkar
  2. Gatij Taranekar
  3. Aaryan Srivastava
  4. Pranav Pathare

debately's People

Contributors

sanketshevkar avatar gatij10 avatar aaryan11-hash avatar pranavpathare avatar

Stargazers

Roman avatar Rohit Jaiswal avatar Manikant Kella avatar

Watchers

James Cloos avatar  avatar  avatar

debately's Issues

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.