Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satoshi-sh/time_tracking_app_with_ai
This application helps users to track their task, can get feedback from AI and see the visualized data of their activities.
https://github.com/satoshi-sh/time_tracking_app_with_ai
python streamlit
Last synced: about 2 months ago
JSON representation
This application helps users to track their task, can get feedback from AI and see the visualized data of their activities.
- Host: GitHub
- URL: https://github.com/satoshi-sh/time_tracking_app_with_ai
- Owner: Satoshi-Sh
- Created: 2024-04-30T17:57:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:29:55.000Z (8 months ago)
- Last Synced: 2024-05-19T16:39:06.506Z (8 months ago)
- Topics: python, streamlit
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Tracking App with AI
This application helps users track their tasks, get AI feedback, and see their activities data plots.## Background
This application was built for the Hackathon ["The Future of AI is Open"](https://arctic-streamlit-hackathon.devpost.com/rules) by Snowflake.## How to run locally
1. Run `pip install -r requirements.txt` in your virtual environment
2. Run `streamlit run Task_Time_Tracker.py`
3. If you like to add AI summary feature, you need to add your replicate API token to `.streamlit/secrets.toml`, or add it from the main page.## Demo Video
[Video](https://www.youtube.com/watch?v=9Ft8U0jzD_k)
## Used Technologies
- Python
- Streamlit
- Replicate(API)