Skip to content

blackhammer116/Textify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textify

Welcome to the Speech To Text repository! This allows to actively record, transcribe and summerize online meetings by the use of AI and langchain audience description.

Table of Contents

Installation

To get started with this project, follow the steps below:

  1. Clone the repository:
  2. git clone https://github.com/blackhammer/Textify.git
  3. Navigate to the project directory:
  4. cd Textify
  5. Install the required dependencies:
  6. pip install -r requirements.txt
  7. Move onto the frontend's directory
  8. cd SpeechToText
  9. Install the required dependencies:
  10. npm install

Usage

To run the project, use the following command:

cd SpeechToText
npm run dev

This will spin up the frontend. if you get the following error:

Error: The following dependencies are imported but could not be resolved:
                        react-mic (imported by Textify/SpeechToText/src/components/ReactRecorder.jsx)
                        axios (imported by Textify/SpeechToText/src/components/ReactRecorder.jsx)
                        Are they installed?

Run the following command

npm install axios react-mic --legacy-peer-deps

Then spin up the backend

cd ..
python app.py

Be sure to use your OWN COHERE API for this app otherwise it wont work

Once the server is up and running, you can access the application at http://localhost:5000.

Contributing

If you'd like to contribute, feel free to fork the repository and submit a pull request. Please make sure to follow the following guidelines:

  • Write clear, concise commit messages
  • Follow the code style and formatting conventions
  • Ensure all tests pass before submitting a PR

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors