├── .DS_Store ├── FinancialChatbot ├── Screenshot (1).png ├── categorize_expenses.ipynb ├── chatbot.py ├── dashboard.ipynb ├── requirements.txt └── templates │ └── bot_1.html ├── Music AI ├── ChasingtheDawn.mp3 ├── ForestCanvas.mp3 ├── RiseandShine.mp3 ├── WhispersintheForest.mp3 ├── image_1.png ├── image_2.png ├── image_3.png ├── image_4.png ├── output_video.mp4 ├── playlist.mp3 ├── playlist.py ├── playlist_images.py └── requirements.txt ├── README.md ├── TravelBot ├── Screenshot (1).png ├── Screenshot (10).png ├── Screenshot (11).png ├── Screenshot (12).png ├── Screenshot (2).png ├── Screenshot (3).png ├── Screenshot (4).png ├── Screenshot (5).png ├── Screenshot (7).png ├── Screenshot (8).png ├── Screenshot (9).png ├── blueprint.json ├── generate_coordinates.py ├── get-pip.py ├── itinerary_events.csv ├── itinerary_events_with_coordinates.csv ├── requirements.txt ├── steamlit.ipynb └── streamlit_app.py ├── VideoAssistant ├── .DS_Store ├── app.py ├── app_bakeoff.py ├── datauri │ └── __init__.py ├── input.mov ├── media_extractor │ └── __init__.py ├── multimodal-livestream-main │ └── .gitignore ├── query.py ├── query_bakeoff.py ├── requirements.txt ├── system_prompt.txt └── video-to-speech.ipynb └── WorkbookAI ├── Screenshot (1).png ├── Screenshot (10).png ├── Screenshot (11).png ├── Screenshot (12).png ├── Screenshot (13).png ├── Screenshot (14).png ├── Screenshot (15).png ├── Screenshot (16).png ├── Screenshot (18).png ├── Screenshot (19).png ├── Screenshot (2).png ├── Screenshot (20).png ├── Screenshot (21).png ├── Screenshot (22).png ├── Screenshot (3).png ├── Screenshot (4).png ├── Screenshot (5).png ├── Screenshot (6).png ├── Screenshot (7).png ├── Screenshot (8).png └── Screenshot (9).png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/.DS_Store -------------------------------------------------------------------------------- /FinancialChatbot/Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/FinancialChatbot/Screenshot (1).png -------------------------------------------------------------------------------- /FinancialChatbot/categorize_expenses.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/FinancialChatbot/categorize_expenses.ipynb -------------------------------------------------------------------------------- /FinancialChatbot/chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/FinancialChatbot/chatbot.py -------------------------------------------------------------------------------- /FinancialChatbot/dashboard.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/FinancialChatbot/dashboard.ipynb -------------------------------------------------------------------------------- /FinancialChatbot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/FinancialChatbot/requirements.txt -------------------------------------------------------------------------------- /FinancialChatbot/templates/bot_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/FinancialChatbot/templates/bot_1.html -------------------------------------------------------------------------------- /Music AI/ChasingtheDawn.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/ChasingtheDawn.mp3 -------------------------------------------------------------------------------- /Music AI/ForestCanvas.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/ForestCanvas.mp3 -------------------------------------------------------------------------------- /Music AI/RiseandShine.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/RiseandShine.mp3 -------------------------------------------------------------------------------- /Music AI/WhispersintheForest.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/WhispersintheForest.mp3 -------------------------------------------------------------------------------- /Music AI/image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/image_1.png -------------------------------------------------------------------------------- /Music AI/image_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/image_2.png -------------------------------------------------------------------------------- /Music AI/image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/image_3.png -------------------------------------------------------------------------------- /Music AI/image_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/image_4.png -------------------------------------------------------------------------------- /Music AI/output_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/output_video.mp4 -------------------------------------------------------------------------------- /Music AI/playlist.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/playlist.mp3 -------------------------------------------------------------------------------- /Music AI/playlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/playlist.py -------------------------------------------------------------------------------- /Music AI/playlist_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/Music AI/playlist_images.py -------------------------------------------------------------------------------- /Music AI/requirements.txt: -------------------------------------------------------------------------------- 1 | pydub 2 | moviepy 3 | openai -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/README.md -------------------------------------------------------------------------------- /TravelBot/Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (1).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (10).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (11).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (11).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (12).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (2).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (3).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (4).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (5).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (7).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (8).png -------------------------------------------------------------------------------- /TravelBot/Screenshot (9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/Screenshot (9).png -------------------------------------------------------------------------------- /TravelBot/blueprint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/blueprint.json -------------------------------------------------------------------------------- /TravelBot/generate_coordinates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/generate_coordinates.py -------------------------------------------------------------------------------- /TravelBot/get-pip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/get-pip.py -------------------------------------------------------------------------------- /TravelBot/itinerary_events.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/itinerary_events.csv -------------------------------------------------------------------------------- /TravelBot/itinerary_events_with_coordinates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/itinerary_events_with_coordinates.csv -------------------------------------------------------------------------------- /TravelBot/requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib 2 | streamlit 3 | openai 4 | -------------------------------------------------------------------------------- /TravelBot/steamlit.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/steamlit.ipynb -------------------------------------------------------------------------------- /TravelBot/streamlit_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/TravelBot/streamlit_app.py -------------------------------------------------------------------------------- /VideoAssistant/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/.DS_Store -------------------------------------------------------------------------------- /VideoAssistant/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/app.py -------------------------------------------------------------------------------- /VideoAssistant/app_bakeoff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/app_bakeoff.py -------------------------------------------------------------------------------- /VideoAssistant/datauri/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/datauri/__init__.py -------------------------------------------------------------------------------- /VideoAssistant/input.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/input.mov -------------------------------------------------------------------------------- /VideoAssistant/media_extractor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/media_extractor/__init__.py -------------------------------------------------------------------------------- /VideoAssistant/multimodal-livestream-main/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/multimodal-livestream-main/.gitignore -------------------------------------------------------------------------------- /VideoAssistant/query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/query.py -------------------------------------------------------------------------------- /VideoAssistant/query_bakeoff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/query_bakeoff.py -------------------------------------------------------------------------------- /VideoAssistant/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/requirements.txt -------------------------------------------------------------------------------- /VideoAssistant/system_prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/system_prompt.txt -------------------------------------------------------------------------------- /VideoAssistant/video-to-speech.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/VideoAssistant/video-to-speech.ipynb -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (1).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (10).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (11).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (11).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (12).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (13).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (13).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (14).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (14).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (15).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (15).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (16).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (18).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (19).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (2).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (20).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (21).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (21).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (22).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (3).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (4).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (5).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (6).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (7).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (8).png -------------------------------------------------------------------------------- /WorkbookAI/Screenshot (9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellotinah/AI-projects/HEAD/WorkbookAI/Screenshot (9).png --------------------------------------------------------------------------------