AI’m Right is an AI-powered platform that revolutionizes studying by generating quizzes, handouts, and searchable lecture videos, using advanced RAG pipelines and multimodal indexing for efficient, focused learning.
7
stars
52
commits
Python
primary language
Jan 15, 2025
updated
AI’m Right simplifies the study process by providing tools for quiz generation, lecture handouts, and video content search using cutting-edge AI technologies. This project was submitted during SBHacksIX.
pip install -r requirements.txt
.env file in the root directory of the project.CLAUDE_API="<your-claude-api-key>"
ARYN_API_KEY="<your-aryn-api-key>"
PINECONE_API_KEY="<your-pinecone-api-key>"
TWELVE_LABS_KEY="<your-twelve-labs-key>"
INDEX_ID="<your-index-id>"
Start the Flask server:
python server.py
Start the Streamlit app:
streamlit run main.py
http://localhost:8501 (Streamlit default port).Contributions are welcome! Please follow these steps:
git checkout -b feature-name).git commit -m 'Add some feature').git push origin feature-name).This project is licensed under the MIT License.
Python
100.0%
AI’m Right is an AI-powered platform that revolutionizes studying by generating quizzes, handouts, and searchable lecture videos, using advanced RAG pipelines and multimodal indexing for efficient, focused learning.
7
stars
52
commits
Python
primary language
Jan 15, 2025
updated
AI’m Right simplifies the study process by providing tools for quiz generation, lecture handouts, and video content search using cutting-edge AI technologies. This project was submitted during SBHacksIX.
pip install -r requirements.txt
.env file in the root directory of the project.CLAUDE_API="<your-claude-api-key>"
ARYN_API_KEY="<your-aryn-api-key>"
PINECONE_API_KEY="<your-pinecone-api-key>"
TWELVE_LABS_KEY="<your-twelve-labs-key>"
INDEX_ID="<your-index-id>"
Start the Flask server:
python server.py
Start the Streamlit app:
streamlit run main.py
http://localhost:8501 (Streamlit default port).Contributions are welcome! Please follow these steps:
git checkout -b feature-name).git commit -m 'Add some feature').git push origin feature-name).This project is licensed under the MIT License.
Python
100.0%