Git Product home page Git Product logo

cosmic-ink's Introduction

Cosmic-Ink

Cosmic Ink is a transcript application which was built with the help of Symbl AI and At Sign platform for back-end to store our data and authenticate. It process vast sum of conversations and summarizes them based on the following categories: Topics discussed, Messages Sent, Questions asked, Actions performed, Follow-ups. It also contains Analyser that presents total silence time, total talk time, total overlaps, and so on, which helps track effectiveness of the conversation. It saves time of the user rather going the conventional way and provides a window for their quality time.

Main Features

Analyse Audio/Video

Upload the URL of the required audio/video in the provided space and press the button, GO! Now, Symbl AI will provide u all the insights of the conversations.

Join a meeting

As for joining a meeting, provide a valid Phone number, DTMF code and email address that receives the transcripts and press the button, GO! Now, Symbl AI wil provide the live transcripts and other insights of the meeting.

How to fork?

Step 1: Fork the repository

Forking the repository will create a copy of the repository in your gitHub where you can add custom features and build a different version of the app for yourself. You can also, contribute to the template by suggesting necessary changes through issues.

Step 2: Clone your repository

After forking the repository head over to your fork and clone the repository in your local system. There are two ways to clone your repository. Copy the URL of your fork and:

Open Android Studio and click on Get from VCS. Type the URL that you copied and select the destination. Your project will be cloned and open in Android Studio.

(OR)

Open Terminal, navigate to the folder where you want to store the project and type git clone "URL that you copied". A folder will be created with the app name. Open the project with Android Studio. Your JDK version might mismatch, so select "Use Embedded JDK" when prompted in android studio.

Step 3: Sign up on Symbl AI platform and grab your security keys

After the build is successful, sign up to Symbl AI to get the security keys. Create a fle Credentials.java. Copy the following code template.

package com.hack.cosmicink.Utilities;

public class Credentials {
    public static final String appID = "app_id";
    public static final String appSecret = "app_secret";
    public static String accessToken;
}

Paste the corresponding keys in this file and place it at the location specified -> app/src/main/java/com/hack/cosmicink/Utilities

Step 4: Run the app

Once your application is built successfully and runs on your emulator/mobile, you can add more functionality in the app and make your own version of it.

Collaboration

If you are interested in our project, you can fork the repository and try the application in your local system. The instructions are mentioned above. You are welcomed to make contributions to our project and we are more than happy to help you set up things and provide relevant resources. Start by creating issues and make a PR once the issue is resolved.

cosmic-ink's People

Contributors

venusaim23 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rishitej

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.