Photon is a AI voice assistant that uses Cohere's API to provide you with the best responses on voice commands that start with a common prefix "hey photon". Photon is created by Flame.
It is still under development and is being constantly updated.
Note: This source is on its Version: 1
So its not that much good rightnow.
Must Read the the license file for more
- If you're having problem, feel free to ask at my discord flame,
First fork this repository!
Alternatively you can do the following:
- Clone the repo:
- To clone this repo, you have to follow this command in your terminal.
git clone https://github.com/flame3301/Photon.git
- To clone this repo, you have to follow this command in your terminal.
- Install the requirements:
- To install the requirements, you have to follow this command in your terminal.
pip install -r requirements.txt
- To install the requirements, you have to follow this command in your terminal.
- Run the bot:
- To run the bot, you have to follow this command in your terminal.
python main.py
- To run the bot, you have to follow this command in your terminal.
To set up the bot it was made as simple as possible.
This file is the core of the bot. It contains all the functions that are needed to run the bot.
Create an account on Cohere and get your API key.
Paste it in the photon.py
file in the CO_API_KEY
variable.